Bryce Adelstein-Lelbach 11d50ecb9f 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
2010-04-05 19:08:01 +00:00
2006-11-09 20:34:33 +00:00
2006-11-09 20:34:33 +00:00
2005-02-03 13:48:49 +00:00
2004-11-28 04:44:21 +00:00
2005-09-20 18:35:26 +00:00
2007-11-03 20:55:22 +00:00
Description
Boost.org utility module
3.1 MiB
Languages
C++ 84.5%
HTML 15.4%
CMake 0.1%