Files
serialization/example
Bryce Adelstein-Lelbach e8a11574c7 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
..
2008-03-18 05:01:57 +00:00
2008-03-18 05:01:57 +00:00
2009-07-31 21:02:06 +00:00
2004-07-19 14:59:53 +00:00
2004-07-11 00:58:06 +00:00
2005-04-24 05:13:34 +00:00
2005-07-15 17:30:48 +00:00
2004-07-19 14:59:53 +00:00
2010-06-21 06:24:42 +00:00
2004-07-19 14:59:53 +00:00