~roguescholar/boost/+git/utility:svn-branches/quickbook-filenames

Last commit made on 2011-01-21
Get this branch:
git clone -b svn-branches/quickbook-filenames https://git.launchpad.net/~roguescholar/boost/+git/utility

Branch merges

Branch information

Name:
svn-branches/quickbook-filenames
Repository:
lp:~roguescholar/boost/+git/utility

Recent commits

6a93732... by Daniel James <email address hidden>

Branch to work on filename handling without disturbing trunk.

[SVN r68345]

58bb88d... 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]

11d50ec... 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]

636283d... by Daniel Frey

Limit warning suppression to old versions of VC++, fixes #4432

[SVN r67278]

1df0bf8... by Daniel James <email address hidden>

Stop inspect complaining that assert is used in BOOST_ASSERT.

[SVN r66574]

71e78a0... by John Maddock <email address hidden>

Add declval and common type from Vicente J. Botet Escriba.
Regenerate docs.

[SVN r65443]

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

Make sure that utility/index.html has a complete list of components. Fixes #4629.

[SVN r65437]

fb1d2ef... by Daniel Walker <email address hidden>

correction to result_of documentation

[SVN r64696]

94b91e8... by Daniel Walker <email address hidden>

updated result_of documentation

[SVN r64695]

a4b8043... by Daniel James <email address hidden>

Fix some header links.

[SVN r64006]