Commit Graph
408 Commits
Author SHA1 Message Date
Tobias Schwinger 9595b29dae adds test case for Integral Constant type argument
[SVN r34670]
2006-07-22 15:10:50 +00:00
Tobias Schwinger 42bff20795 makes begin< int_<I> > return void_
[SVN r34669]
2006-07-22 15:08:37 +00:00
Aleksey Gurtovoy db83018d5b comment out failing test case -- it tries to test non-existing functionality!
[SVN r34275]
2006-06-12 07:13:12 +00:00
Aleksey Gurtovoy ab1e77ee01 Correct erroneous copyright date
[SVN r34274]
2006-06-12 05:11:55 +00:00
Jaakko Järvi edc824ada4 fixed a bug (added missing comma) in one of g++ workarounds
[SVN r33913]
2006-05-03 03:27:58 +00:00
Dave Abrahams 9cdc987730 merged from trunk
[SVN r33506]
2006-03-28 16:15:15 +00:00
nobody 487545f03a This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Dave Abrahams 1177466ac3 Stop using assert() in tests
[SVN r33181]
2006-02-28 22:56:33 +00:00
Dave Abrahams 63867d80b5 Stop using assert() in tests so we can test with NDEBUG defined.
[SVN r33026]
2006-02-20 15:45:40 +00:00
Aleksey Gurtovoy 027f473580 Add missing parameter (thanks to Bruno Martinez)
[SVN r33002]
2006-02-19 06:52:17 +00:00
Dave Abrahams 374d6d0f4e Add a failing test case
[SVN r32997]
2006-02-18 20:54:15 +00:00
Douglas Gregor b37d56ef17 Merged from Version_1_33_1
[SVN r31949]
2005-12-08 03:23:02 +00:00
Larry Joe Evans 0fc68d0a3d enable vector_c.hpp to handle case where T is enumeration
[SVN r31933]
2005-12-06 13:59:34 +00:00
Eric Niebler 3b39c6bbcd fix bad include guard
[SVN r31919]
2005-12-05 17:59:21 +00:00
Larry Joe Evans b6cb514192 #defined AUX778076_CONVERT_CN_TO and used in modified AUX778076_SEQUENCE_N_ARGS
to enable enumerations to be used for T in AUX778076_SEQUENCE_N_ARGS


[SVN r31196]
2005-10-04 18:01:35 +00:00
Aleksey Gurtovoy 9884799fe1 Portability fixes to preprocess.py et al. (thanks to Larry Evans!)
[SVN r31189]
2005-10-04 08:35:29 +00:00
Aleksey Gurtovoy af51dfffc2 Fix typos (thanks to Charles Brockman!)
[SVN r31032]
2005-09-19 04:36:29 +00:00
John Maddock 997a78ad4f Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
2005-08-25 16:27:28 +00:00
Aleksey Gurtovoy 4b9c8b6055 rename files with filenames >31 chars
[SVN r30281]
2005-07-28 11:04:37 +00:00
Aleksey Gurtovoy 71bcf17a33 delete a stale rst
[SVN r30280]
2005-07-28 11:01:26 +00:00
Aleksey Gurtovoy 5005ea67dd fix integral_c<bool,...>
[SVN r30173]
2005-07-19 04:03:12 +00:00
Dave Abrahams d3b64a34d7 Fix workaround for vc-8.0 beta
[SVN r30043]
2005-07-13 13:13:38 +00:00
Dave Abrahams d2d4ed3253 Bugs have been fixed in VC-8
[SVN r29910]
2005-07-06 17:39:38 +00:00
Fernando Cacciola 63732ccefc *** empty log message ***
[SVN r29790]
2005-06-24 21:42:40 +00:00
Fernando Cacciola e4fb6bf5e5 BOOST_TESTED_AT used in numeric_cast
old_numeric_cast takes the exception class from converter_policies


[SVN r29789]
2005-06-24 19:09:13 +00:00
Fernando Cacciola de299f5f3e Old numeric_cast<> completely replaced by new code (except that the old code is retained as a fallback mechanism for old broken compilers that can't deal with the new code)
[SVN r29761]
2005-06-23 23:33:01 +00:00
Markus Schöpflin e653056565 The EDG workaround is only needed when NOT operating in strict ansi (error)
mode, which is identified by __STD_STRICT_ANSI or __STD_STRICT_ANSI_ERRORS.


[SVN r29736]
2005-06-22 15:20:18 +00:00
Dave Abrahams b7fa994f3d Added iterator testing.
[SVN r29682]
2005-06-18 22:42:04 +00:00
Dave Abrahams 04278cf84b Fixed a bug that prevented set iterators from working at all, which
was breaking just about every algorithm when used on sets.


[SVN r29681]
2005-06-18 22:03:09 +00:00
Dave Abrahams eb00ae5d72 Improve bug-revealing test.
[SVN r29680]
2005-06-18 20:51:18 +00:00
Dave Abrahams 3f6ca76da3 Add failing test case for Brian Braatz.
[SVN r29671]
2005-06-18 10:43:36 +00:00
Aleksey Gurtovoy 50c8cde351 VC 7.1 has_xxx/SFINAE fix (thanks to Daniel Wallin!)
[SVN r29583]
2005-06-15 10:43:23 +00:00
Joaquín M. López Muñoz bea1c79ed7 forced operators overloading for vacpp 6.0
[SVN r29558]
2005-06-14 12:42:08 +00:00
Aleksey Gurtovoy 9fba964633 fix equal<vector,vector::type> issue (http://thread.gmane.org/gmane.comp.lib.boost.devel/118872)
[SVN r28913]
2005-05-15 00:39:04 +00:00
Douglas Gregor 94145ff494 Work around name lookup bug in GCC 3.3 for Mac OS X
[SVN r28899]
2005-05-14 16:26:11 +00:00
Douglas Gregor 4228d1489c Turn off char test on GCC 3.3 for Darwin, because it does strange things to the assembler
[SVN r28898]
2005-05-14 16:00:57 +00:00
Dave Abrahams f41a3f5912 Add missing copyright/license
[SVN r28828]
2005-05-11 15:27:14 +00:00
Dave Abrahams eea4b80440 libs/parameter/test/sfinae was choking vc7.1 and vc8 on the plain
version of BOOST_MPL_AUX_ASSERT_NOT_NA(T) with T = const char[4].
This only seems to occur in contexts where T might be deduced.


[SVN r28551]
2005-05-01 13:17:02 +00:00
Vladimir Prus 911659dfa3 Add V2 Jamfile
[SVN r28242]
2005-04-14 11:47:45 +00:00
Aleksey Gurtovoy 9e3cb17cc8 KCC 4.0 workaround
[SVN r28001]
2005-04-06 05:40:43 +00:00
Aleksey Gurtovoy 67dc0f7314 fix a typo (thanks to Yutaka Leon Suematsu)
[SVN r27957]
2005-04-04 17:27:04 +00:00
Aleksey Gurtovoy 6282f44510 Fix typo
[SVN r27912]
2005-04-01 21:23:16 +00:00
Dave Abrahams d6d18f7730 Add missing example from book.
[SVN r27565]
2005-03-07 13:37:07 +00:00
Aleksey Gurtovoy 96345a589c fix bogus Fibonacci series (thanks to Caleb Epstein)
[SVN r27532]
2005-03-02 05:14:26 +00:00
Rene Rivera 3b3506d454 Apply typo fixes from Julio M. Merino Vidal
[SVN r27513]
2005-02-27 17:28:24 +00:00
Dave Abrahams 4e459908ff Add testing jamfile and player2.cpp
[SVN r27506]
2005-02-25 19:37:28 +00:00
Dave Abrahams 681896168b Fix typo
[SVN r27247]
2005-02-08 18:05:42 +00:00
Aleksey Gurtovoy 1b23934761 fix erroneous example (reported by Brad Austin)
[SVN r26885]
2005-01-28 06:53:14 +00:00
Ralf W. Grosse-Kunstleve 84d16ad057 MIPSpro 7.3.1 (EDG 238) workaround
[SVN r26850]
2005-01-26 01:58:33 +00:00
Aleksey Gurtovoy a3c8e2267c fix typo (reported by Max Khesin)
[SVN r26848]
2005-01-25 21:47:19 +00:00