Commit Graph

13 Commits

Author SHA1 Message Date
pabristow
0ab00c3f9d [CI SKIP] changes to get inspect program problem-free, but one test failure in recurrence.cpp 2019-08-23 09:25:22 +01:00
pabristow
d922852f3b [CI SKIP] Editorial/cosmetic changes complete, apart from getting up to date with develop and a last re-re-re-through! 2019-08-12 15:52:06 +01:00
pabristow
02ff33c49a Several broken/missing links corrected, and lambert_w_errors_graph.cpp added. Passes local inspect.exe except on link to Boost.Test floating point that may work when built in situ. [CI SKIP] for now. 2019-05-30 16:55:15 +01:00
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
d518687b2a Avoid name ambiguity, etc
[SVN r65152]
2010-08-31 15:01:57 +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
John Maddock
cdf0e7544e Fixed quickbook build.
[SVN r39043]
2007-08-28 16:42:24 +00:00
Paul A. Bristow
0753dad6fe failed attempt to get link to work coinflip_eg_catch
[SVN r39040]
2007-08-28 15:34:58 +00:00
John Maddock
32c4c33a03 Fixed some typos, changes 1 title, and fixed markup in normal_misc_examples.cpp.
[SVN r38947]
2007-08-25 18:05:41 +00:00
John Maddock
ab21739316 Some typo fixes, changes layout to prevent overflow of code blocks, plus some editorial changes to try and make the descriptions/layout as clear as possible.
[SVN r38865]
2007-08-23 17:46:50 +00:00
Paul A. Bristow
bf35d284cc added to examples
[SVN r38841]
2007-08-22 13:19:26 +00:00
Paul A. Bristow
69fe42557f New example referenced from binomial_example.qbk
[SVN r38683]
2007-08-15 15:03:05 +00:00