Commit Graph

12 Commits

Author SHA1 Message Date
Sebastian Redl
036b2c56c7 Fix filename in example.
Pointed out by Peter Steinbach.
2016-02-10 11:27:14 +01:00
Sebastian Redl
56cad33c64 Fix docs build. 2015-01-23 16:01:53 +01:00
Sebastian Redl
fd24f85153 Fix copyrights, some spelling, sort the member reference defines, and use Quickbook code inclusion for the first example. 2014-01-09 17:37:20 +01:00
Sebastian Redl
24200749f7 Add a Jamfile to the examples so that they can be built easily. 2014-01-09 17:34:03 +01:00
Sebastian Redl
ef95113aba Somewhat improve PTree documentation.
[SVN r70665]
2011-03-28 13:33:21 +00:00
Steven Watanabe
cdb2ffdc64 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
378c9dfca6 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
Sebastian Redl
c4485e8f82 Update tutorial and an example to the new functions. Fixes bug 3929.
[SVN r61615]
2010-04-27 12:23:56 +00:00
Sebastian Redl
505362a82f Update examples/custom_data_type.cpp to new converter syntax. Fixes bug 3674. Patch by Roman Neuhauser.
[SVN r59736]
2010-02-17 17:58:16 +00:00
Sebastian Redl
844ad72e73 Fix inspection problems.
[SVN r56092]
2009-09-07 16:40:42 +00:00
Sebastian Redl
71de844e95 Merge proptree rewrite branch to trunk.
[SVN r55966]
2009-09-01 21:27:45 +00:00
Marcin Kalicinski
f4105f823f Adding property_tree
[SVN r37680]
2007-05-12 22:02:53 +00:00