#3912 closed Bugs (fixed)
Boost.Function function30 with vacpp on AIX
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | function |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
This was fixed in Boost 1.34.1 but the change was not propagated into the CVS line or any susequent milestone releases.
It is currently passing in the nightly CVS runs because we are using the Boost.build patch mechanism to patch function.hpp.
I was hoping to have this patch applied to both CVS and future milestone releases.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | function.hpp.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
(In [70361]) Function: Merge from trunk.
- Remove extra definition of operator(), since it's inline anyway. Fixes #4765.
- Make sure that the cv flags are copied when we copy a reference to a function object. Fixes #4325
- Fully qualified function calls to avoid ambiguity with new additions to standard. Thanks to Conrad Poelman. Fixes #4073
- Remove iterator workaround for newer versions of Visual Age C++. Thanks to 'ccambly'. Fixes #3912
- Fix unused variable warning for Visual C++. Fixes #3618
- Testing flag for Visual C++.
- Removed all but one old-style cast, prevents GCC warnings, but breaks GCC 2.95.3. Fixes #3410
- Fixed tab and newline issues from inspection report.
Note:
See TracTickets
for help on using tickets.
Restrict the use of the function iterator workaround