9 Commits

Author SHA1 Message Date
Glen Fernandes
db44689f4f Switch from deprecated test to Lightweight Test 2021-06-09 17:48:22 -04:00
Edward Diener
1d856f673f Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. 2020-03-31 11:58:06 -04:00
Steven Watanabe
8312050b36 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
3526c08afc 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
John Maddock
2994de17ef Fixed Inspection report issues.
[SVN r43607]
2008-03-14 18:32:45 +00:00
Douglas Gregor
9cb3d74aa9 License updates
[SVN r24597]
2004-08-19 15:19:17 +00:00
Fernando Cacciola
5dd9d8cd91 Fixes
[SVN r24085]
2004-07-26 18:48:41 +00:00
Fernando Cacciola
e7bc46820f Fixes
[SVN r23993]
2004-07-23 14:13:39 +00:00
Fernando Cacciola
be7ce8a2c8 Myself Added
[SVN r23175]
2004-06-24 12:01:42 +00:00