~roguescholar/boost/+git/multi_index:sandbox-branches/birbacher/propertymap-functormap

Last commit made on 2012-03-20
Get this branch:
git clone -b sandbox-branches/birbacher/propertymap-functormap https://git.launchpad.net/~roguescholar/boost/+git/multi_index

Branch merges

Branch information

Name:
sandbox-branches/birbacher/propertymap-functormap
Repository:
lp:~roguescholar/boost/+git/multi_index

Recent commits

90ac9df... by Frank Birbacher <email address hidden>

Created branch to extend PropertyMap:
add a readable functor map that calls a given functor or function upon lookup.
Ideas from: http://comments.gmane.org/gmane.comp.lib.boost.user/54397
and: http://comments.gmane.org/gmane.comp.lib.boost.user/73358

[SVN r77438]

2ef40ef... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

suppressed a potential narrow conversion warning described in ticket #3365

[SVN r75643]

867a0fb... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

fixed #5741

[SVN r73498]

bac5085... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

fixed #5488

[SVN r71770]

1186efb... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

fixed problem reported at http://lists.boost.org/boost-users/2011/05/68022.php

[SVN r71671]

f0c0ae1... by "Ralf W. Grosse-Kunstleve" <email address hidden>

boost/multi_index/detail/scope_guard.hpp: fixing typo to restore g++ (and possibly other) builds

[SVN r69720]

ebb7d18... by =?utf-8?q?Thorsten_J=C3=B8rgen_Ottosen?= <email address hidden>

update with make_guard_if and varients

[SVN r69632]

3e9d023... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

closed #5260

[SVN r69540]

5572347... by Steven Watanabe <email address hidden>

Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).

[SVN r68168]

1bf606a... by Bryce Adelstein-Lelbach <email address hidden>

Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.

[SVN r68140]