Commit Graph

7 Commits

Author SHA1 Message Date
Steven Watanabe
3524499fc0 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
f11d1c3c2b 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
Paul A. Bristow
9e576c69b1 Avoid name ambiguity.
[SVN r65126]
2010-08-30 09:13:14 +00:00
Paul A. Bristow
cfd03e9a2e Added warning suppression in fusion.
[SVN r49518]
2008-11-01 14:35:52 +00:00
John Maddock
2621c0a338 Make sure file ends in newline or else gcc complains
[SVN r38421]
2007-08-03 16:54:31 +00:00
Paul A. Bristow
4d9fa61b8d Changed 'accept' to 'not rejected'
[SVN r7167]
2007-06-26 13:36:29 +00:00
John Maddock
52762e1428 Initial version.
[SVN r3364]
2006-11-09 17:40:29 +00:00