Murray Cumming
f4d50aa424
examples: C++11: Use auto
2025-02-02 16:05:33 +01:00
Josh Marshall
8747675e12
Applied clang-format and stripped all trailing whitespace.
2019-05-02 16:31:08 -04:00
Steven Watanabe
a4452c3539
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
074277924a
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
Jeremiah Willcock
753900a4a0
Added boost:: to all uses of tie() to disambiguate from std version
...
[SVN r63244]
2010-06-22 18:02:43 +00:00
Douglas Gregor
2577136447
Converted to Boost Software License
...
[SVN r27800]
2005-03-24 14:54:12 +00:00
Jeremy Siek
faaf1fdac9
changed to use bundled properties
...
[SVN r23551]
2004-07-14 16:13:49 +00:00
Eric Niebler
d1b0ceea22
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
...
[SVN r22394]
2004-02-26 18:27:02 +00:00
Dave Abrahams
a500eba00d
Fix unversioned VC++ checks
...
[SVN r14436]
2002-07-13 12:26:19 +00:00
Jeremy Siek
7d403bc6c7
non-named parameter versions of the algorithms
...
[SVN r11575]
2001-11-04 23:23:28 +00:00
Jeremy Siek
86e7e07e2e
*** empty log message ***
...
[SVN r11551]
2001-11-03 17:20:30 +00:00
Jeremy Siek
fbe3b430e0
*** empty log message ***
...
[SVN r11550]
2001-11-03 16:38:55 +00:00
Jeremy Siek
8888e44a0f
*** empty log message ***
...
[SVN r11542]
2001-11-03 01:46:24 +00:00
Jeremy Siek
91afa63044
working on jam
...
[SVN r11518]
2001-11-01 22:32:08 +00:00
Jeremy Siek
bb0fc3a38c
various fixes
...
[SVN r11513]
2001-11-01 20:30:32 +00:00
Jeremy Siek
5215e9b4f2
examples from the book
...
[SVN r11503]
2001-11-01 16:56:10 +00:00