Commit Graph

9 Commits

Author SHA1 Message Date
Steven Watanabe
b7a4b7202a 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
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
Robert Ramey
9db5b5005c use demo_gps.hpp rather than demo_xml.hpp
[SVN r35389]
2006-09-28 17:13:03 +00:00
Robert Ramey
ad16338609 correct error in source
[SVN r26030]
2004-11-01 04:53:44 +00:00
Robert Ramey
e627df1399 small adjustment
[SVN r25072]
2004-09-14 04:36:09 +00:00
Robert Ramey
4f62044ce3 make demos more directory friendly
[SVN r23854]
2004-07-20 20:47:56 +00:00
Robert Ramey
9e6d12881d tabs and licence
[SVN r23760]
2004-07-19 07:00:01 +00:00
Robert Ramey
c43bf4a2fa make sure tmp files are in temp dir
[SVN r23698]
2004-07-17 16:16:53 +00:00
Robert Ramey
a1863cc608 initial checkin
[SVN r23431]
2004-07-11 00:58:06 +00:00