Bryce Adelstein-Lelbach 074277924a 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
..
2001-11-03 04:54:54 +00:00
2011-01-10 15:20:55 +00:00
2001-06-15 18:35:13 +00:00
2001-06-15 18:35:13 +00:00
2005-03-24 14:54:12 +00:00
2005-03-24 14:54:12 +00:00
2001-02-02 16:09:13 +00:00
2005-03-24 15:10:49 +00:00
2004-10-20 13:20:19 +00:00
2005-03-24 14:54:12 +00:00
2005-02-09 15:26:07 +00:00
2001-02-15 03:35:17 +00:00
2004-10-20 13:20:19 +00:00
2004-10-20 13:20:19 +00:00
2010-12-05 20:39:59 +00:00
2006-01-06 22:09:01 +00:00
2001-11-04 03:21:28 +00:00
2001-11-01 20:30:32 +00:00
2001-11-01 20:30:32 +00:00
2001-01-10 04:15:07 +00:00
2006-10-16 18:03:28 +00:00
2008-01-26 18:35:59 +00:00
2001-02-25 22:06:23 +00:00
2004-10-20 13:20:19 +00:00
2001-02-04 03:13:40 +00:00
2001-11-01 20:30:32 +00:00
2001-08-07 20:12:44 +00:00