Commit Graph

92 Commits

Author SHA1 Message Date
John Maddock
f81e702ca9 Updated expected error counts
[SVN r11487]
2001-10-31 13:04:19 +00:00
John Maddock
fd25f67373 Added support for native SGI type traits via BOOST_HAS_SGI_TYPE_TRAITS
[SVN r11486]
2001-10-31 13:03:10 +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
Douglas Gregor
4639e6f922 composite_traits.hpp:
- Updated is_member_pointer_helper to work for pointers to cv-qualified
          member functions when BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION

type_traits_test.hpp:
	- Test a pointer to const member function


[SVN r11455]
2001-10-27 14:46:46 +00:00
John Maddock
34710e5c5d Updated preprocessor logic to use BOOST_HAS_LONG_LONG
[SVN r11399]
2001-10-18 11:33:52 +00:00
John Maddock
a6d05d35e8 Updated test results for sunpro 5.3
[SVN r11358]
2001-10-08 11:34:10 +00:00
John Maddock
616ab1ec7b Misc fixes for sunpro 5.3
[SVN r11357]
2001-10-08 11:33:02 +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
ac2c3977a4 Fixed possible bug in is_empty for types that are not default constructible
[SVN r10965]
2001-08-30 10:55:48 +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
39108ae4a4 changed member "bind" to "n_bind" to fix problem with upcoming binder library.
[SVN r10611]
2001-07-14 11:08:53 +00:00
Jens Maurer
0434be849e add (unused) template value parameter
[SVN r10483]
2001-06-29 19:36:37 +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
6cd3109ff5 added bool and wchar_t fixes
[SVN r10417]
2001-06-25 11:25:20 +00:00
John Maddock
03dcc2f848 renamed member "check" to avoid conflict with Mac macro of same name.
[SVN r10352]
2001-06-16 11:56:14 +00:00
John Maddock
3f168fe158 Added gcc fix for is_convertible code (code was ill formed when the argment was a function reference)
[SVN r10305]
2001-06-10 11:07:18 +00:00
John Maddock
2925d47a36 Fix for Sun 5.1 compiler
[SVN r10088]
2001-05-11 10:48:29 +00:00
John Maddock
a31664dd61 removed spurious semicolon
[SVN r10066]
2001-05-08 11:37:04 +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
08be220827 Fixes for VC6 + compressed_pair
[SVN r10059]
2001-05-08 11:13:28 +00:00
Jens Maurer
230bd5762f add trivial HP aCC compiler workaround
[SVN r10049]
2001-05-07 21:18:24 +00:00
John Maddock
0bb9f97e12 Removed use of member templates for MWCW 5.x compatiblilty
[SVN r10010]
2001-05-05 10:59:06 +00:00
John Maddock
ea3db514e1 Fixed preprocessor logic to cope with compilers that have no member template support
[SVN r10007]
2001-05-03 11:05:08 +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
4b95679ab5 added support for boost test runtime environment
[SVN r9996]
2001-04-30 11:30:46 +00:00
John Maddock
20c5f86692 updated url's
[SVN r9993]
2001-04-30 11:28:03 +00:00
John Maddock
8b214b7ef7 modified to use boost test runtime environment
[SVN r9992]
2001-04-30 11:27:10 +00:00
Beman Dawes
0baf80a003 Fix broken hyperlinks
[SVN r9980]
2001-04-25 13:22:53 +00:00
Beman Dawes
797875a3aa Change all eGroups references to YahooGroups
[SVN r9979]
2001-04-25 00:24:50 +00:00
John Maddock
6d1a6ccb6c Fixed copyright in conversion_traits.hpp, updated acknowledgements in docs
[SVN r9859]
2001-04-22 11:29:28 +00:00
John Maddock
596e7a94f1 Updated copyright declarations
[SVN r9842]
2001-04-21 12:05:19 +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
9d392f1cdd Sunpro fixes (can't cope with NESTED_TEST)
[SVN r9720]
2001-04-05 11:35:31 +00:00
Jeremy Siek
00cac66d90 added newline at end of files to prevent warnings from compilers
[SVN r9695]
2001-04-03 04:29:29 +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
111d40e909 added add_const/add_volatile/is_function
Fixed is_const/is_volatile to work with reference types
Fixed is_object to work with function types.
Fixed is_enum/is_empty to work with incomplete/abstract/function types


[SVN r9640]
2001-03-25 10:34:35 +00:00
John Maddock
04d2519bdd Modified to include new sub-header <boost/type_traits/function_traits.hpp>
[SVN r9639]
2001-03-25 10:32:25 +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
Beman Dawes
546727c5f3 1.21.0 run up including fixing broken links
[SVN r9523]
2001-03-09 14:36:41 +00:00
John Maddock
c3ba753ca1 Tentative fixes for SunPro compiler
[SVN r9520]
2001-03-09 12:34:52 +00:00
John Maddock
92fe7669e4 MWCW fixes for type_traits test programs
[SVN r9441]
2001-03-05 12:03:55 +00:00
John Maddock
67cce8ee47 Type fixes, added missing remove_cv docs
[SVN r9440]
2001-03-05 11:46:22 +00:00
John Maddock
fc45bf3964 type_traits: more tentative EDG compiler fixes...
[SVN r9321]
2001-02-24 13:04:56 +00:00
John Maddock
a4007ce6ea more tentative type_traits fixes for EDG front end
[SVN r9289]
2001-02-20 12:56:26 +00:00
John Maddock
8c6c6fd022 More type_traits tweeks.
[SVN r9287]
2001-02-20 12:17:55 +00:00