John Maddock
fe653d0a9a
Change call_traits to pass enum's by value.
...
Fixes #5790 .
[SVN r73953]
2011-08-20 16:03:58 +00:00
Steven Watanabe
58bb88d4bd
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
11d50ecb9f
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
John Maddock
7eb1536590
Suppress/fix some msvc and gcc compiler warnings.
...
[SVN r57494]
2009-11-08 18:53:59 +00:00
John Maddock
a5439500f5
Remove dead code, use Boost.Test rather than asserts.
...
[SVN r32861]
2006-02-12 18:58:08 +00:00
Douglas Gregor
1bd83d43e8
Improvements in type_traits have gotten MSVC 7.0 and prior down to 12 failures here
...
[SVN r29170]
2005-05-24 14:53:49 +00:00
John Maddock
e702a944ca
Fixes to get the tests working with the latest type traits and Boost.Test versions.
...
[SVN r27864]
2005-03-29 11:21:53 +00:00
John Maddock
a157c345ee
Updated is_convertible test cases to check polymorphic-type conversions.
...
Added more test types to testing header.
Changed utility code to use new test header.
[SVN r27807]
2005-03-24 18:20:18 +00:00
John Maddock
8024c3e9c7
Updated license terms
...
[SVN r21120]
2003-12-03 13:34:11 +00:00
Beman Dawes
f5690787bf
Distinguish between VC++ versions
...
[SVN r15127]
2002-09-01 14:57:40 +00:00
John Maddock
15f69eaf14
Fixed new problem with Borland compile -
...
code clashes with some new type traits workarounds for some reason.
[SVN r13226]
2002-03-19 11:33:00 +00:00
Jens Maurer
be78ab72c9
update expected failures for Sun CC
...
[SVN r13101]
2002-03-05 20:41:37 +00:00
Darin Adler
c8b674d105
Add missing paren.
...
[SVN r12997]
2002-03-01 17:43:00 +00:00
John Maddock
b421d4725a
Fixed expected failures for gcc 3.1
...
[SVN r12994]
2002-03-01 12:27:01 +00:00
John Maddock
74c3077c9a
Added test cases for incomplete and abstract base class types.
...
[SVN r12803]
2002-02-14 12:57:32 +00:00
Darin Adler
e27d0fcf2a
New smart pointer documentation. Related clean-up of the smart pointer
...
library. Changing includes to include the new individual smart pointer
headers. Replacing old smart pointer library with an include of the new
smart pointer headers. Simplify ifdefs that involve the member templates
macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet
set for platforms that have full member templates.
[SVN r12647]
2002-02-02 18:36:12 +00:00
John Maddock
eb3c3435d7
Updated expected results
...
[SVN r12250]
2002-01-08 13:01:15 +00:00
Jens Maurer
a9d407d239
update SunCC to 6.u2 (C++ 5.3)
...
[SVN r11601]
2001-11-05 21:00:53 +00:00
John Maddock
6286c893fd
Minor regression fixes for Borland and Sunpro tests.
...
[SVN r11470]
2001-10-30 11:41:35 +00:00
John Maddock
9961d5c9af
Last fix had broken preprocessor logic, now fixed.
...
[SVN r11373]
2001-10-11 12:04:00 +00:00
John Maddock
633e45f61a
Fixed test to work with sunpro 5.3 (omits array specialisation tests)
...
[SVN r11359]
2001-10-08 11:35:05 +00:00
Darin Adler
7914f5b931
Fixed unused variables that show up as warnings when doing regression
...
tests.
[SVN r11241]
2001-09-24 23:21:16 +00:00
John Maddock
a1add0a6f6
Intel C++ fixes: Added class copy constructor.
...
[SVN r11200]
2001-09-22 11:52:56 +00:00
John Maddock
50ba2d419a
Tweeked gcc workaround (gcc 3 still has same problem as gcc 2.9x), added tentative Metrowerks and Intel compiler workarounds.
...
[SVN r10422]
2001-06-25 11:31:14 +00:00
John Maddock
ef2851c053
Fixes for Sun C++ 5.1
...
[SVN r10060]
2001-05-08 11:16:35 +00:00
John Maddock
7ea4014993
Misc fixes that missed the last commit..
...
[SVN r9402]
2001-03-04 11:08:29 +00:00
John Maddock
a19d13f123
More type_traits tweeks.
...
[SVN r9287]
2001-02-20 12:17:55 +00:00
John Maddock
91078b7f7a
type_traits: regression failure fixes from type traits changes...
...
[SVN r9249]
2001-02-18 11:43:01 +00:00
Beman Dawes
74c8680350
Add missing "typename" that Metrowerks compiler is picky about
...
[SVN r7929]
2000-10-12 21:01:49 +00:00
John Maddock
656517b059
More VC6 fixes for compressed_pair and type_traits.
...
[SVN r7895]
2000-10-03 11:47:24 +00:00
John Maddock
775be75366
updated call_traits and type_traits test programs for VC6
...
[SVN r7883]
2000-10-01 11:57:00 +00:00
John Maddock
3ddb9abc3c
Updates to cope with Borland C++ 5.51
...
[SVN r7697]
2000-09-09 10:20:24 +00:00
John Maddock
daf7829ffa
type traits update [added is_convertible and alignment_of]
...
[SVN r7675]
2000-08-02 10:58:59 +00:00
John Maddock
e52916acf2
minor compiler compatability fixes
...
[SVN r7661]
2000-07-29 11:39:42 +00:00
Beman Dawes
a005f03cc2
Fixes for various compilers from John Maddock
...
[SVN r7629]
2000-07-24 17:59:52 +00:00
Beman Dawes
06adfe9658
This commit was generated by cvs2svn to compensate for changes in r4,
...
which included commits to RCS files with non-trunk default branches.
[SVN r7621]
2000-07-07 16:04:40 +00:00