Steven Watanabe
b5707cd409
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
426da14870
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
Andreas Huber
52f6e5f843
Fixes #4156 . Thanks for the report!
...
[SVN r61637]
2010-04-28 04:26:51 +00:00
Andreas Huber
192a00b0e5
Corrected wrong order in copyright notices.
...
[SVN r36254]
2006-12-03 14:46:37 +00:00
Andreas Huber
18e4eb4b81
Fixed copyright & tabs issues found by boost inspection.
...
[SVN r34550]
2006-07-16 09:16:28 +00:00
Andreas Huber
e08225b1a8
Cosmetic changes
...
[SVN r30774]
2005-09-01 10:47:58 +00:00
Andreas Huber
fc9d6004a1
- Changed the library namespace from fsm to statechart
...
- Changed the library name from boost::fsm to Boost.Statechart
[SVN r28788]
2005-05-10 18:24:35 +00:00
Andreas Huber
e072a672e6
Improved the code for BOOST_NO_STDC_NAMESPACE workarounds.
...
[SVN r26161]
2004-11-09 20:40:59 +00:00
Andreas Huber
9b1bd5c3cd
Updated copyright notices
...
[SVN r22895]
2004-05-22 20:47:20 +00:00
Andreas Huber
e9b48fe438
Added workarounds to make boost::fsm compile on Intel7.0 (using the old Dinkumware std library comming with the MSVC6.0 IDE).
...
[SVN r22886]
2004-05-21 08:18:40 +00:00
Andreas Huber
8ccbe4b598
Adapted to Intel 8.0 (disabled warnings)
...
[SVN r22546]
2004-03-25 00:07:33 +00:00
Andreas Huber
2944fac997
Various small changes and bug fixes
...
[SVN r18613]
2003-05-30 15:12:19 +00:00
Andreas Huber
a8a30b4ced
Corrected program description
...
[SVN r18532]
2003-05-24 21:47:20 +00:00
Andreas Huber
396d83b7ec
Bug fix
...
[SVN r18531]
2003-05-24 19:18:02 +00:00
Andreas Huber
13660a911b
no message
...
[SVN r18530]
2003-05-24 19:17:01 +00:00
Andreas Huber
02ca403a00
Primitive handcrafted state machine for speed comparisons
...
[SVN r18456]
2003-05-19 19:57:11 +00:00