Commit Graph

10 Commits

Author SHA1 Message Date
Steven Watanabe
38524e1025 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
88a023da76 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
Guillaume Melquiond
fe0e182e36 Silent compilation warnings with GCC 4.3.
[SVN r47987]
2008-08-05 10:20:49 +00:00
Guillaume Melquiond
ac09ef1c57 Deprecated in_zero and replaced it by zero_in.
[SVN r32512]
2006-02-02 12:35:58 +00:00
Guillaume Melquiond
c7751613c9 Put interval example files under BSL
[SVN r23915]
2004-07-21 20:51:33 +00:00
Guillaume Melquiond
a065d980b5 Improved documentation and generalized bi-division
[SVN r19651]
2003-08-16 20:56:28 +00:00
Guillaume Melquiond
f18772ff54 Corrected a typo
[SVN r19518]
2003-08-10 22:13:17 +00:00
Guillaume Melquiond
9812e46b43 Removed interval/io.hpp
[SVN r19514]
2003-08-10 21:14:37 +00:00
Guillaume Melquiond
fed80d5d83 Added copyright and removed tabs on all interval files (I hope so)
[SVN r17238]
2003-02-05 17:34:36 +00:00
Guillaume Melquiond
21e378f40b Import of Interval library
[SVN r16980]
2003-01-21 17:20:32 +00:00