11 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
Marshall Clow
6dc956e342 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2008-04-02 01:42:32 +00:00
Fernando Cacciola
b83988d8a1 Old numeric_cast<> completely replaced by new code (except that the old code is retained as a fallback mechanism for old broken compilers that can't deal with the new code)
[SVN r29761]
2005-06-23 23:33:01 +00:00
Rene Rivera
6ff93f4a6c Fix failures on CodeWarrior.
* converter_test.cpp; Fix unqualified use of floor/ceil std calls.
* converter_test.cpp & converter_policies.hpp; Fix EOLs which will fix errors on VC8 and possibly others.


[SVN r28720]
2005-05-07 16:31:46 +00:00
Fernando Cacciola
5ca94ac507 Fixed bug in RoundEven
[SVN r28576]
2005-05-02 14:42:52 +00:00
Joaquín M. López Muñoz
8c2a6a8fd7 taken care of BOOST_NO_STDC_NAMESPACE
[SVN r25332]
2004-09-22 09:21:30 +00:00
Aleksey Gurtovoy
f0c3c423ac various test fixes
[SVN r25267]
2004-09-20 10:29:45 +00:00
Fernando Cacciola
be7ce8a2c8 Myself Added
[SVN r23175]
2004-06-24 12:01:42 +00:00