Boost logo

Boost :

Subject: [boost] [release][1.48] Several merge requests
From: Daniel James (dnljms_at_[hidden])
Date: 2011-11-03 20:35:00


Hi,

Please can I merge the following changes:

This prevents standard containers from being forward declared for
gcc's 'profile' mode:
https://svn.boost.org/trac/boost/changeset/75016

Trivial change to improve a couple of quickbook warnings (obviously
not vital, but simple enough):
https://svn.boost.org/trac/boost/changeset/75088

In unordered, avoid using a name that clashes with a macro defined by
a header included from ASIO:
https://svn.boost.org/trac/boost/changeset/75123

Missing html redirect, fixes some links to Boost.Move (documentation change):
https://svn.boost.org/trac/boost/changeset/75141

Unordered wasn't working on gcc 4.7 in c++0x mode because of changes
to std::pair's constructor. Unfortunately, the gcc 4.7 tester hasn't
run since this change and I don't have access to it, so I haven't
verified that it fixes the problem. But it does work fine on
everything it has been tested with.
https://svn.boost.org/trac/boost/changeset/75158

This stops using a hack on Visual C++ which was breaking for certain
versions (although it didn't show up on any tester). But this is
moving from a hacky implementation to a slightly less capable but more
reliable implementation, so I think it's a good change regardless.
https://svn.boost.org/trac/boost/changeset/75167

thanks,

Daniel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk