2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Steven Watanabe
3524499fc0 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
f11d1c3c2b 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
Paul A. Bristow
2e3e4c4b07 Avoid name ambiguity, etc
[SVN r65153]
2010-08-31 18:12:53 +00:00
John Maddock
5199267448 Merge changes from Sandbox.
Update series and continued fraction docs.

[SVN r56668]
2009-10-09 12:43:29 +00:00
John Maddock
315d8fd7ae Mostly minor typo fixes and some "editorial" changes.
Plus fixed some < and <= confusions.

[SVN r39472]
2007-09-22 09:20:13 +00:00
Paul A. Bristow
f6fabc3c2d Further refined narrative etc.
[SVN r39386]
2007-09-19 14:16:15 +00:00
Paul A. Bristow
109c1913ad revised binomial quiz example
[SVN r39348]
2007-09-17 15:06:32 +00:00
Paul A. Bristow
c164395ef8 Corrections & some improvements but more desirable.
[SVN r39320]
2007-09-16 15:19:47 +00:00
John Maddock
401fd9fda1 Typo fixes, changed formatting a bit, and gave example a meaningful name.
[SVN r38942]
2007-08-25 16:14:26 +00:00
Paul A. Bristow
d69dc2d48e correction change in policy name!
[SVN r38817]
2007-08-21 13:07:59 +00:00
Paul A. Bristow
2cc1a858d6 First cut
[SVN r38816]
2007-08-21 13:04:16 +00:00