Commit Graph

8 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
2e3e4c4b07 Avoid name ambiguity, etc
[SVN r65153]
2010-08-31 18:12:53 +00:00
Paul A. Bristow
cbc6f2f44f update for new example using policies
[SVN r38646]
2007-08-14 08:41:13 +00:00
Paul A. Bristow
cb82bea11e Paul's Big policy revison
[SVN r38413]
2007-08-03 10:13:47 +00:00
Paul A. Bristow
ad935faf15 Some very simple examples of usage.
[SVN r3432]
2006-11-22 14:49:31 +00:00
Paul A. Bristow
691dbdeca6 Reorganised into two examples.
[SVN r3306]
2006-10-24 09:41:19 +00:00
Paul A. Bristow
c53678c846 Naive example giving listing suitable for plotting etc.
[SVN r3302]
2006-10-23 14:35:35 +00:00