Commit Graph

9 Commits

Author SHA1 Message Date
Edward Diener
436e153c3e Updated code for inclusion of stdexcept 2016-11-10 13:08:08 -05:00
Edward Diener
820699b385 Fix for gcc and clang. Right now gcc throws an old ABI version of std::ios_base::failure even when the version being used is the newer ABI version of std::ios_base::failure. I have been told that this will be fixed in gcc-7. 2016-10-27 11:25:27 -04:00
Steven Watanabe
e2fe59318b 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
4b6617d62b 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
Daryle Walker
30431241e2 Moved some of my stuff to the Boost Software License, Version 1.0
[SVN r20681]
2003-11-05 07:04:53 +00:00
Daryle Walker
6ea242e6b1 Adjusted to changes in Boost.Test
[SVN r18797]
2003-06-15 22:29:44 +00:00
Daryle Walker
dd1332522b Fixed new locales to be based on std::locale::classic()
[SVN r14700]
2002-08-05 20:11:06 +00:00
Jens Maurer
fa5ed210ec add explicit base class qualification to work around Intel C++ 6.0 bug
[SVN r13820]
2002-05-11 15:08:14 +00:00
Beman Dawes
9a7bf6c9c4 Initial commit
[SVN r13766]
2002-05-09 01:10:05 +00:00