John Maddock
1f0a9440b0
Fixed test count failures for gcc 3.1,
...
Fixed pathname in Jamfile.
[SVN r12953]
2002-02-27 12:40:52 +00:00
Dave Abrahams
1307a897df
updated expected failures for MWERKS
...
[SVN r12920]
2002-02-24 02:48:54 +00:00
Dave Abrahams
0da8ae4f17
Added tests to eliminate types with implicit conversion to pointers for is_array
...
[SVN r12913]
2002-02-23 20:49:05 +00:00
Dave Abrahams
9ef3324c86
No MSVC failures anymore!
...
[SVN r12889]
2002-02-22 03:01:19 +00:00
Dave Abrahams
7191a5eaea
----------------------------------------------------------------------
...
Fixed is_POD for array types on compilers without partial
specialization. Caused tests to fail when the number of failures
doesn't exactly meet expectations.
Modified Files:
boost/type_traits/object_traits.hpp
boost/type_traits/type_traits_test.hpp
libs/type_traits/tests/object_type_traits_test.cpp
----------------------------------------------------------------------
[SVN r12887]
2002-02-22 01:04:45 +00:00
Darin Adler
bc5c28bd3c
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
Dave Abrahams
7504f83ee0
Slightly more robust test cases rule out some wrongheaded implementation ideas
...
[SVN r12617]
2002-02-01 04:35:47 +00:00
John Maddock
cdb8730a93
Fixed Jamfile path
...
[SVN r12576]
2002-01-30 12:18:16 +00:00
John Maddock
b57557b3c3
Fixed previously broken is_base_and_derived tests,
...
moved them from is_convertible_test to object_type_traits_test
[SVN r12352]
2002-01-19 12:59:34 +00:00
John Maddock
b33bcd5f1f
Stripped tabs from source
...
[SVN r12351]
2002-01-19 12:38:14 +00:00
John Maddock
23b292cccd
Updated tests
...
[SVN r12249]
2002-01-08 13:00:42 +00:00
John Maddock
e650f59e68
Adjustments to test expected failures, after type_traits updates.
...
[SVN r12241]
2002-01-07 12:58:57 +00:00
John Maddock
7a8b460ce8
Added traits classes:
...
is_base_and_derived
has_nothrow_construct
has_nothrow_copy
has_nothrow_assign
[SVN r12213]
2002-01-04 12:45:46 +00:00
John Maddock
0482816876
Added is_member_function_pointer
...
[SVN r12212]
2002-01-04 11:10:52 +00:00
John Maddock
262616a267
Updated is_function test program to a (hopefully) more portable solution.
...
[SVN r12141]
2001-12-22 12:13:15 +00:00
Jens Maurer
d750ec6e09
updated SunCC to 6.u2 (C++ 5.3)
...
[SVN r11600]
2001-11-05 21:00:03 +00:00
John Maddock
f81e702ca9
Updated expected error counts
...
[SVN r11487]
2001-10-31 13:04:19 +00:00
Jens Maurer
caad76e496
use BOOST_HAS_LONG_LONG
...
[SVN r11461]
2001-10-28 21:19:05 +00:00
Douglas Gregor
5ccf152ade
Added a is_member_pointer test for a pointer to const member function
...
[SVN r11456]
2001-10-27 14:47:33 +00:00
John Maddock
a6d05d35e8
Updated test results for sunpro 5.3
...
[SVN r11358]
2001-10-08 11:34:10 +00:00
Darin Adler
617c71d2f7
Get rid of some unused parameters to avoid warnings.
...
[SVN r11213]
2001-09-22 19:36:14 +00:00
John Maddock
405addeb82
First round of config fixes
...
[SVN r11146]
2001-09-19 11:48:51 +00:00
John Maddock
95e4b818c5
Added Jamfile, + one test case for is_empty
...
[SVN r10964]
2001-08-30 10:54:57 +00:00
John Maddock
a78ae715d2
Changed function usage to try and make the code portable and standard conforming - may not rigorously test anymore though in some cases (VC6 for eg).
...
[SVN r10419]
2001-06-25 11:27:54 +00:00
John Maddock
2925d47a36
Fix for Sun 5.1 compiler
...
[SVN r10088]
2001-05-11 10:48:29 +00:00
John Maddock
efeefc22b0
Sun 5.1 fix
...
[SVN r10065]
2001-05-08 11:36:19 +00:00
John Maddock
a7d0712cb2
Fixes for Sun C++ 5.1
...
[SVN r10060]
2001-05-08 11:16:35 +00:00
John Maddock
9c6b64b295
Rewritten compressed_pair regression script to test everything in a more methodical way
...
[SVN r10000]
2001-05-01 11:17:02 +00:00
John Maddock
8b214b7ef7
modified to use boost test runtime environment
...
[SVN r9992]
2001-04-30 11:27:10 +00:00
John Maddock
c63ac58736
added integral constant expression links, added tentative fix to is_function_test for older EDG based compilers
...
[SVN r9833]
2001-04-18 11:28:53 +00:00
John Maddock
38cef1f983
Added boost-wide <limits> woraround
...
[SVN r9688]
2001-04-01 11:59:18 +00:00
John Maddock
41daf6eb63
Fixed problems with type conversions, and removed some illegal ;'s
...
[SVN r9685]
2001-03-30 11:57:05 +00:00
John Maddock
27cffefbd7
Fixed expected errors with gcc
...
[SVN r9684]
2001-03-30 11:55:23 +00:00
John Maddock
23e280ffe4
Type_traits: Added add_const/add_volatile/is_fucntion tests.
...
Updated docs for new templates.
Updated test programs to test abstract base classes.
[SVN r9638]
2001-03-25 10:31:16 +00:00
John Maddock
92fe7669e4
MWCW fixes for type_traits test programs
...
[SVN r9441]
2001-03-05 12:03:55 +00:00
John Maddock
f3976d8060
Added new type traits files.
...
[SVN r9238]
2001-02-17 12:25:45 +00:00