John Maddock
db595df809
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
b1269caaf6
Added some comments related to frequently asked questions.
...
[SVN r34408]
2006-06-26 09:48:58 +00:00
Alexander Nasonov
bbd235a4b2
Documentation for promotion traits.
...
[SVN r34296]
2006-06-13 21:00:06 +00:00
Hartmut Kaiser
8d23867d2a
Disambiguated certain constructs.
...
[SVN r34227]
2006-06-08 01:47:33 +00:00
John Maddock
16dd4cb998
Added some extra namespace qualifications to keep VC7 happy when used from within the TR1 lib.
...
[SVN r34182]
2006-06-05 09:40:22 +00:00
John Maddock
20e4a364b2
Fix header include name: was a duplicate used elsewhere.
...
[SVN r34144]
2006-06-02 17:52:15 +00:00
Ralf W. Grosse-Kunstleve
0acf61da07
workaround to restore MIPSpro 7.3.1 Boost.Python build: the old EDG238-based compiler does not support the new boost/type_traits/integral_promotion.hpp
...
[SVN r34110]
2006-05-27 13:58:58 +00:00
Alexander Nasonov
1721b740ff
BOOST_TT_AUX_BOOL_TRAIT_DEF1 removed
...
[SVN r34105]
2006-05-26 17:53:53 +00:00
Alexander Nasonov
6e89d59975
included missing files: floating_point_promotion.hpp, integral_promotion.hpp and promote.hpp
...
[SVN r34061]
2006-05-22 21:02:59 +00:00
Alexander Nasonov
a74063a1a2
remove leading :: from ::boost
...
[SVN r34040]
2006-05-20 09:35:45 +00:00
Alexander Nasonov
ece355a411
// reminder to keep in sync code duplicate.
...
[SVN r34039]
2006-05-20 09:34:53 +00:00
John Maddock
dac6a91362
Latest Sunpro version apparently doesn't need the workarounds in here.
...
[SVN r34026]
2006-05-19 13:05:16 +00:00
John Maddock
6d862ae4d3
Added DMC support.
...
[SVN r33905]
2006-05-02 11:00:21 +00:00
John Maddock
b5f0ef82b7
Updated tests for intrinsics.
...
[SVN r33758]
2006-04-21 12:59:28 +00:00
John Maddock
1708737f01
Fix bug in __is_pod intrinsic.
...
[SVN r33757]
2006-04-21 12:58:39 +00:00
John Maddock
88b97b0836
Fixed documentation bug in function_traits.
...
[SVN r33753]
2006-04-21 09:44:40 +00:00
Alexander Nasonov
591657959b
Applying blindly WCHAR_MAX fix for VC7.1
...
[SVN r33710]
2006-04-16 16:17:59 +00:00
Alexander Nasonov
0c7e439b85
Initial version of the code and tests
...
[SVN r33707]
2006-04-16 00:22:36 +00:00
John Maddock
117eddb5c9
Fixed typo in extent
...
[SVN r33704]
2006-04-15 16:16:13 +00:00
John Maddock
036f0593a0
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
d77497ffec
Added checks for managed code and __fastcall.
...
[SVN r33558]
2006-04-05 12:24:17 +00:00
Peder Holt
aba9d9e93d
Implemented full support for remove_xxx on VC6.5 and VC7.0.
...
Based on the typeof hack also used by the boost::typeof library.
[SVN r33476]
2006-03-26 10:15:27 +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