Commit Graph

10 Commits

Author SHA1 Message Date
aldonin
352768cf66 Fix missing include <iterator> 2016-04-27 17:56:17 +03:00
Steven Watanabe
81b04cde96 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
0c0a866f07 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
Vladimir Prus
f0b8b60379 Update
[SVN r38522]
2007-08-08 19:24:04 +00:00
Hervé Brönnimann
246794db2a Added copyright notices.
[SVN r24171]
2004-07-29 20:27:38 +00:00
Rene Rivera
33122fefa7 Fix tabs in file.
[SVN r24039]
2004-07-25 15:09:51 +00:00
Hervé Brönnimann
2b2086dd8f Why were these committed in the first place???
[SVN r23908]
2004-07-21 16:48:41 +00:00
Hervé Brönnimann
cf85da14ed Documentation for the minmax library.
Moved from libs/minmax/ to libs/algorithm/minmax
Also changed documentation to reflect use of Boost.tuple
and separation into two header files. --Herve'


[SVN r23308]
2004-07-01 20:15:51 +00:00
Hervé Brönnimann
6df2923b40 Remove these files from the libs/directory, and reenter them later in
the libs/algorithm/ subdir. --Herve'


[SVN r23304]
2004-07-01 18:31:21 +00:00
Hervé Brönnimann
1e7aec2dee Finally adding the minmax library. Still allowing overlap with header
minmax.hpp from Eric Niebler, which should be resolved soon. --Herve'


[SVN r23225]
2004-06-28 08:36:43 +00:00