Steven Watanabe
f904cd5d69
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
2b30eb2225
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]
2011-01-14 02:35:58 +00:00
Steven Watanabe
9fbc9b4cc6
Handle width correctly. Fixes #5046 .
...
[SVN r67751]
2011-01-07 15:22:13 +00:00
Steven Watanabe
052b3db77f
Make reading a tuple work with std::noskipws. Fixes #1920
...
[SVN r62678]
2010-06-09 17:45:24 +00:00
Steven Watanabe
e89ea11d63
Avoid ambiguites between std and boost components in C++0x mode. Fixes #3026
...
[SVN r53212]
2009-05-23 16:49:33 +00:00
Steven Watanabe
08277fd057
Allow printing an empty tuple
...
[SVN r53211]
2009-05-23 16:39:13 +00:00
Beman Dawes
a30a7f9604
With his kind permission, change Jaakko "Järvi" to "Jarvi"
...
[SVN r46808]
2008-06-28 13:45:21 +00:00
Stefan Slapeta
a17ce206f2
replaced BOOST_TEST
...
[SVN r27057]
2005-02-03 13:55:45 +00:00
Douglas Gregor
eea1937afc
Converted to Boost Software License, Version 1.0
...
[SVN r24096]
2004-07-27 03:43:34 +00:00
Björn Karlsson
4d4fe0010f
Added copyright statement
...
[SVN r17193]
2003-02-04 11:54:01 +00:00
Jaakko Järvi
53c1bb2c20
removed an extraneous include
...
[SVN r14993]
2002-08-20 15:54:11 +00:00
Jaakko Järvi
ea8d71487d
workaround for boost test library problem
...
[SVN r14992]
2002-08-20 15:51:36 +00:00
Jaakko Järvi
08be3cbe04
removing tabs
...
[SVN r13783]
2002-05-09 17:26:37 +00:00
Jaakko Järvi
531fb617eb
Merged the tuples_subnamespace branch to main trunk.
...
[SVN r11120]
2001-09-14 07:55:25 +00:00
Jaakko Järvi
c80a1d86d8
Adding the tuple library files
...
[SVN r10829]
2001-08-10 11:48:57 +00:00