Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#3912 closed Bugs (fixed)

Boost.Function function30 with vacpp on AIX

Reported by: ccambly@… 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)

function.hpp.patch (613 bytes ) - added by ccambly@… 13 years ago.
Restrict the use of the function iterator workaround

Download all attachments as: .zip

Change History (3)

by ccambly@…, 13 years ago

Attachment: function.hpp.patch added

Restrict the use of the function iterator workaround

comment:1 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

(In [62622]) Applied patch from #3912; fixes #3912

comment:2 by Daniel James, 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.