Commit Graph
498 Commits
Author SHA1 Message Date
John Maddock f0372be9da Added copyright.
[SVN r34587]
2006-07-17 11:09:44 +00:00
John Maddock 533693d031 Added missing license info.
[SVN r34586]
2006-07-17 11:08:01 +00:00
John Maddock c01e7f7d00 Undef macros before defining them (again).
[SVN r34511]
2006-07-12 11:10:22 +00:00
John Maddock 1748709ef6 With apologies: changed Rani's surname so that the code will compile cleanly on machines using a far-eastern locale, unfortunately non-ASCII characters in source files are not portable across platforms and compilers.
[SVN r34507]
2006-07-11 12:07:06 +00:00
John Maddock a809a802f6 Added some comments related to frequently asked questions.
[SVN r34408]
2006-06-26 09:48:58 +00:00
Hartmut Kaiser bc351d63a4 Disambiguated certain constructs.
[SVN r34226]
2006-06-08 01:39:40 +00:00
John Maddock de714a5da4 Added some extra namepsace qualifications to keep VC7 happy when used from within the TR1 lib.
[SVN r34181]
2006-06-05 09:39:49 +00:00
John Maddock cc9fd8a34e Fixed previous commit which was pretty well messed up!
[SVN r34151]
2006-06-03 11:25:54 +00:00
John Maddock 3308f93b33 Fix header include name: was a duplicate used elsewhere.
[SVN r34144]
2006-06-02 17:52:15 +00:00
John Maddock 0ff77240a8 Sunpro has apparently fixed the problems that need this workaround.
[SVN r34051]
2006-05-21 15:25:15 +00:00
John Maddock d1766db0a4 VC8 __is_pod a bit broken, check for trivial constructor.
[SVN r33756]
2006-04-21 12:00:31 +00:00
John Maddock feb17336f9 Added stronger tests for the intrinsic compiler support.
[SVN r33755]
2006-04-21 11:59:50 +00:00
John Maddock 7eada50812 Fixed documentation bug in function_traits.
[SVN r33753]
2006-04-21 09:44:40 +00:00
John Maddock 1a30e4cf63 Fixed extent typo.
[SVN r33705]
2006-04-15 16:17:37 +00:00
John Maddock 9549babcd8 Arrange things so that is_class and BOOST_NO_IS_ABSTRACT are in synch with one another.
[SVN r33566]
2006-04-06 16:28:47 +00:00
John Maddock 9a4627f3b5 Added guards for managed code and __fastcall
[SVN r33557]
2006-04-05 12:22:36 +00:00
Peder Holt 62132b3ad4 Merged remove_xxx implementation for VC6.5 and VC7.0 using typeof trick from HEAD
[SVN r33524]
2006-03-29 17:35:11 +00:00
nobody e675469610 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Alisdair Meredith a7e866cc1b Updated version check for Borland 2006
[SVN r33247]
2006-03-07 08:19:28 +00:00
Dave Abrahams 3fc38a9b11 Use BOOST_TT_NO_CONFORMING_IS_CLASS_IMPLEMENTATION instead of
BOOST_TT_HAS_CONFORMING_IS_CLASS_IMPLEMENTATION.

Left the old #define in to avoid tromping over lots of code.


[SVN r33089]
2006-02-23 16:48:34 +00:00
Joaquín M. López Muñoz 8caecf0af8 commented previous changes for CW
[SVN r32881]
2006-02-13 07:47:53 +00:00
Alexander Nasonov d8779a3dd6 missing inline keyword in trivial template functions avoid_unused_warning and no_unused_warning
[SVN r32870]
2006-02-12 21:34:04 +00:00
John Maddock bc9658d0a8 Additional tests for cv-qualified array types.
[SVN r32811]
2006-02-10 16:21:44 +00:00
John Maddock b152bda4a9 Patches for VC7.1 not detecting arrays as being const.
[SVN r32810]
2006-02-10 16:20:46 +00:00
Stefan Slapeta db9d9518a5 changes for CW
[SVN r32806]
2006-02-10 13:51:09 +00:00
John Maddock 0e24b170a2 Patch for new Borland compiler.
[SVN r32728]
2006-02-08 10:49:55 +00:00
John Maddock ecf079d691 Fix test program so it builds with Borland.
[SVN r32432]
2006-01-27 10:36:29 +00:00
John Maddock 2095e8d5a9 Improve is_pod docs.
[SVN r32412]
2006-01-25 10:44:01 +00:00
John Maddock f3cd13084e Ooops, need to pass the right number of arguments to macros!
[SVN r31667]
2005-11-15 19:12:14 +00:00
John Maddock 9292ae9273 Changed test results to match class declarations.
[SVN r31663]
2005-11-15 11:40:12 +00:00
John Maddock b1a35a8ee3 Updated is_base_of and is_convertible tests to match TR1 requirements.
Disabled tests that are Boost-specific, when TEST_STD is defined.
Suppress some gcc warnings.


[SVN r31632]
2005-11-12 17:30:30 +00:00
John Maddock 4c8fca9bc9 Make is_base_of<T,T>::value true for all types T, as per TR1.
Make is_convertible<T, void>::value true for all types T, as per TR1.


[SVN r31631]
2005-11-12 17:28:37 +00:00
Dave Abrahams a9be3b15e3 Improved warning suppression for vc8
[SVN r31620]
2005-11-10 19:48:00 +00:00
John Maddock f38310ae8a Fixed tests so they actually work when the code really is in namespace std::tr1 (gcc-4).
[SVN r31611]
2005-11-09 17:34:00 +00:00
John Maddock 8dbdb5315b Fix regression: operator= should return a reference.
[SVN r31316]
2005-10-14 12:12:30 +00:00
John Maddock b5c4409c76 Suppressed some unnecessary VC++ warnings so that tests are -W4 clean.
[SVN r31219]
2005-10-07 14:27:39 +00:00
John Maddock d453fa3e67 Changed include style to <header> as per issue http://sourceforge.net/tracker/index.php?func=detail&aid=1079444&group_id=7586&atid=107586
Suppressed some VC++ warnings to ensure that the type_traits headers are -W4 clean.


[SVN r31218]
2005-10-07 14:26:38 +00:00
John Maddock aef81a516f Remove the warnings: they don't really work as intended.
[SVN r31154]
2005-09-30 12:43:31 +00:00
John Maddock bc4d7d7b32 Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
2005-08-25 16:27:28 +00:00
John Maddock a0bb26cf98 Fix type_with_alignment and aligned_storage docs mix up.
[SVN r30650]
2005-08-24 16:49:32 +00:00
John Maddock e8f1b067e4 Patch for pathological case submitted by Vladimir Plus.
[SVN r30624]
2005-08-22 11:07:37 +00:00
Hartmut Kaiser d83e054d04 Disabiguated the detail namespace.
[SVN r30558]
2005-08-12 19:06:10 +00:00
John Maddock 004a786439 Improved local documentation build.
[SVN r30479]
2005-08-05 11:44:32 +00:00
Dave Abrahams a603a6a21d WOrkaround for https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1242266&group_id=7586
[SVN r30218]
2005-07-22 16:14:42 +00:00
Dave Abrahams b6b9a01a0b Roll back "fixes" that never worked.
[SVN r29798]
2005-06-27 00:49:40 +00:00
Dave Abrahams 7e95b4e2a4 Added cv-qualification to the member pointer. The issue here is that
vc6 fails to strip const from the deduced type when a member pointer
is passed by reference to a function template (I suspect it turns the
const into a qualification on the class itself), so it may need extra
help in detecting these.


[SVN r29797]
2005-06-26 18:00:58 +00:00
Dave Abrahams 4b845146e2 Broken compiler workaround
[SVN r29781]
2005-06-24 15:39:45 +00:00
Dave Abrahams 118684962b Added cv-qualification to all the pointers. The issue here is that
vc6 fails to strip const from the deduced type when a member pointer
is passed by reference to a function template (I suspect it turns the
const into a qualification on the class itself), so it may need extra
help in detecting these.


[SVN r29778]
2005-06-24 15:31:15 +00:00
John Maddock 8b941c5876 Added Tobias Schwinger's patch for gcc-3.2: ensures function types are correctly handled.
[SVN r29737]
2005-06-22 16:59:26 +00:00
Toon Knapen edc0635813 IBM/VisualAge also supports SFINAE
[SVN r29474]
2005-06-08 08:30:37 +00:00