~roguescholar/boost/+git/utility:svn-branches/filesystem-v3

Last commit made on 2012-03-18
Get this branch:
git clone -b svn-branches/filesystem-v3 https://git.launchpad.net/~roguescholar/boost/+git/utility

Branch merges

Branch information

Name:
svn-branches/filesystem-v3
Repository:
lp:~roguescholar/boost/+git/utility

Recent commits

46d5bb0... by Beman Dawes

Create branches/filesystem-v3 for v2 removal

[SVN r77385]

5825b6c... by Lorenzo Caminiti <email address hidden>

Fixed test indentation and updated docs.

[SVN r77080]

54c7812... by Lorenzo Caminiti <email address hidden>

Updated ScopeExit "world" tests making person a struct instead of a class.
Added a code comment to Utility/IdentityType tmp_assert test.

[SVN r77071]

2891cb5... by Lorenzo Caminiti <email address hidden>

Added Boost.Utility/IdentityType and Boost.Functional/OverloadedFunction to status/Jamfile.v2 list of regression tests.
Updated Boost.ScopeExit documentation.

[SVN r77059]

0db9276... by Daryle Walker <email address hidden>

Fixed (hopefully) conflict between boost::base_from_member's C++11 constructor template and the automatically defined non-template copy- and/or move-constructors.

[SVN r77046]

d6cb9a9... by Lorenzo Caminiti <email address hidden>

Fixed a bug in BOOST_LOCAL_FUNCTION_DETAIL_PP_VOID_LIST: a typo VOId -> VOID.
Fixed a bug in scope_exit.hpp: An extra trailing \ in a macro definition (compiled only when BOOST_NO_VARIADIC_MACROS is defined).
Renamed LocalFunction and ScopeExit tests and examples from _err to _error.
Updated LocalFunction docs.

[SVN r77042]

ef0f82f... by Lorenzo Caminiti <email address hidden>

Added Utility/IdentityType docs, tests, and examples to libs/.

[SVN r77029]

9a16aaa... by Lorenzo Caminiti <email address hidden>

Added LocalFunction and Utility/IdentityType source files.

[SVN r77024]

e763315... by Daryle Walker <email address hidden>

Updated boost::base_from_member for C++2011.

[SVN r76982]

fe653d0... by John Maddock <email address hidden>

Change call_traits to pass enum's by value.
Fixes #5790.

[SVN r73953]