Commit Graph

10 Commits

Author SHA1 Message Date
Edward Diener
d5c6666a09 Removed executable attribute from files. 2017-09-17 16:13:39 -04:00
Eric Niebler
fb43b98b51 nuke executable flags 2014-01-11 00:36:40 -08:00
Steven Watanabe
1ac8cf17d1 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
e851b84155 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
Eric Niebler
1519d4786d license, copyright and min/max fixes
[SVN r34971]
2006-08-27 05:45:10 +00:00
Eric Niebler
bf6982ea8c copyright and license
[SVN r34828]
2006-08-06 20:18:10 +00:00
Eric Niebler
b1236a86c4 s/mtent12.txt/3200.txt/
[SVN r33358]
2006-03-16 21:30:32 +00:00
Eric Niebler
85dbe5b828 add missing header file
[SVN r33244]
2006-03-07 02:49:30 +00:00
Eric Niebler
9dfc7230ed remove vestigial boost-sandbox include directive
[SVN r32173]
2005-12-28 04:20:02 +00:00
Eric Niebler
4ef4574faa xpressive docs, examples, perf and test
[SVN r31204]
2005-10-06 00:49:04 +00:00