Commit Graph

6 Commits

Author SHA1 Message Date
Steven Watanabe
11e660b615 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
be71c5cde9 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
Jeremiah Willcock
8f13f103a2 Fixed tab issues found by inspect tool
[SVN r55027]
2009-07-19 15:32:27 +00:00
Nicholas Edmonds
a0dd93627e switched to tagged ctor
[SVN r54743]
2009-07-07 01:32:33 +00:00
Jeremiah Willcock
bce5ff8779 Removed tabs
[SVN r52337]
2009-04-11 17:04:44 +00:00
Jeremiah Willcock
3265c93dd1 Merged in code and docs from Parallel BGL; CMake-based build system for tests and examples and docs is not working; src and doc can be built with bjam
[SVN r52313]
2009-04-11 01:33:02 +00:00