Bryce Adelstein-Lelbach
dff17a97aa
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-03-10 17:01:14 +00:00
2010-12-04 13:21:49 +00:00
2011-01-14 02:35:58 +00:00
2010-12-04 13:01:26 +00:00
2010-12-30 22:03:06 +00:00
2010-04-23 21:15:08 +00:00
2010-12-04 13:01:26 +00:00
2010-04-23 21:15:08 +00:00
2010-12-04 12:11:17 +00:00
2010-04-23 21:15:08 +00:00
2011-01-08 12:06:29 +00:00
2011-01-08 12:06:29 +00:00
2010-12-04 12:11:17 +00:00
2010-04-23 21:15:08 +00:00
2010-12-18 18:45:04 +00:00
2010-04-23 21:15:08 +00:00
2010-12-04 12:11:17 +00:00
2010-04-23 21:15:08 +00:00
2010-12-04 12:11:17 +00:00
2010-04-23 21:15:08 +00:00
2011-01-14 02:35:58 +00:00
2010-06-26 10:09:00 +00:00
2011-01-14 02:35:58 +00:00
2010-06-26 10:09:00 +00:00
2011-01-02 14:11:22 +00:00
2011-01-02 14:11:22 +00:00
2010-06-26 10:09:00 +00:00
2010-12-30 22:03:06 +00:00
2010-07-04 10:01:10 +00:00
2010-04-23 21:15:08 +00:00
2010-01-31 21:23:07 +00:00
2010-04-23 21:15:08 +00:00
2010-12-04 13:01:26 +00:00
2010-04-23 21:15:08 +00:00
2010-12-02 16:10:47 +00:00
2010-04-23 21:15:08 +00:00
2010-05-24 21:19:53 +00:00
2010-04-23 21:15:08 +00:00
2010-12-04 13:01:26 +00:00
2010-04-23 21:15:08 +00:00
2010-01-31 21:23:07 +00:00
2010-04-23 21:15:08 +00:00
2010-12-04 13:01:26 +00:00
2010-04-23 21:15:08 +00:00
2010-12-04 13:01:26 +00:00
2010-04-23 21:15:08 +00:00
2010-10-13 11:33:26 +00:00
2010-07-06 20:15:59 +00:00
2010-11-28 13:42:46 +00:00
2010-10-13 11:33:26 +00:00
2010-11-28 13:42:46 +00:00
2010-10-13 11:33:26 +00:00
2010-11-27 15:03:50 +00:00
2011-01-02 14:11:22 +00:00