Commit Graph

9 Commits

Author SHA1 Message Date
Edward Diener
1a17c7435f Remove executable permission. 2018-12-03 08:03:02 -05:00
Peter Dimov
7a2e01791d Merge branch 'master' into develop 2017-11-04 16:34:19 +02:00
Edward Diener
74b6b0c6f6 Remove executable attribute from files. 2017-09-17 13:00:38 -04:00
Steven Watanabe
06d38c2bbc 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
f4b59e8072 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
Beman Dawes
aeced19b61 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
062d66c1ab Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
Matias Capeletto
65c088a823 tagged< set_of< X >, T > --> set_of< tagged< X,T > >
[SVN r37840]
2007-06-01 03:31:00 +00:00
Matias Capeletto
b80ca94d5d first bimap commit
[SVN r37767]
2007-05-25 01:07:13 +00:00