Commit Graph

781 Commits

Author SHA1 Message Date
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
Aleksey Gurtovoy
b9ac91e52d merge from 1.32.0 release branch
[SVN r26742]
2005-01-19 15:20:21 +00:00
Aleksey Gurtovoy
ecaefb136d fix lambda comment
[SVN r26666]
2005-01-10 14:01:31 +00:00
Aleksey Gurtovoy
5b909f8c2e MSVC 7.0 ETI fix
[SVN r26560]
2004-12-20 19:35:33 +00:00
Aleksey Gurtovoy
c0f63bca9e MSVC 7.0 ETI fix
[SVN r26559]
2004-12-20 19:17:16 +00:00
Aleksey Gurtovoy
b2d6399e81 MSVC fixes
[SVN r26558]
2004-12-20 17:52:43 +00:00
Aleksey Gurtovoy
00f785c600 MSVC fixes
[SVN r26557]
2004-12-20 17:18:17 +00:00
Aleksey Gurtovoy
a1a43e3c08 lambda support bug fix
[SVN r26547]
2004-12-17 19:26:47 +00:00
Aleksey Gurtovoy
abc3e73052 support for N-ary numeric metafunctions for no-CTPS compilers
[SVN r26546]
2004-12-17 17:49:06 +00:00
Dave Abrahams
6d3409c76b Cover a few more types.
[SVN r26536]
2004-12-16 22:43:05 +00:00
Dave Abrahams
82c1058415 MSVC6 workarounds
[SVN r26509]
2004-12-14 22:44:57 +00:00
Dave Abrahams
340edb5672 vc6 workarounds for real
[SVN r26508]
2004-12-14 22:34:44 +00:00
Dave Abrahams
b09811392e eti workarounds
[SVN r26507]
2004-12-14 22:12:04 +00:00
Dave Abrahams
462a81c9b8 VC6 bug workaround. Remove metafunction forwarding.
[SVN r26506]
2004-12-14 19:32:41 +00:00
Aleksey Gurtovoy
3ba2a75176 map for compilers with no CTPS
[SVN r26498]
2004-12-14 14:05:33 +00:00
Aleksey Gurtovoy
6ca63b6524 add no_ctps configuration for map
[SVN r26496]
2004-12-14 12:57:14 +00:00
Aleksey Gurtovoy
7bda336e5c Doc sources checkin
[SVN r26341]
2004-11-29 06:33:06 +00:00
Aleksey Gurtovoy
ec8b22a79c merge RC_1_32_0 fixes
[SVN r26338]
2004-11-28 07:27:50 +00:00
Aleksey Gurtovoy
c79f7e74cb merge RC_1_32_0 fixes
[SVN r26337]
2004-11-28 07:18:24 +00:00
Aleksey Gurtovoy
9ad728d2d4 merge RC_1_32_0 fixes
[SVN r26335]
2004-11-28 06:50:55 +00:00
Aleksey Gurtovoy
203a9f086a merge RC_1_32_0 fixes
[SVN r26328]
2004-11-28 03:35:12 +00:00
Aleksey Gurtovoy
ff817a2421 merge RC_1_32_0 fixes
[SVN r26326]
2004-11-28 02:04:02 +00:00
Aleksey Gurtovoy
3b04dada5d merge RC_1_32_0 fixes
[SVN r26325]
2004-11-28 01:58:27 +00:00
Aleksey Gurtovoy
130ab6a9d3 merge RC_1_32_0 fixes
[SVN r26324]
2004-11-28 01:39:23 +00:00
Aleksey Gurtovoy
fa847908a7 fix gcc 2.95 regressions (see http://thread.gmane.org/gmane.comp.lib.boost.devel/112288)
[SVN r25875]
2004-10-26 14:51:08 +00:00
Aleksey Gurtovoy
744ca77756 tru64cxx fixes
[SVN r25850]
2004-10-24 08:18:08 +00:00
Aleksey Gurtovoy
6fc52e1fff numeric protocol fixes
[SVN r25845]
2004-10-24 06:17:23 +00:00
Aleksey Gurtovoy
46579f35a4 rework set/map to workaround GCC 3.4 problems
[SVN r25712]
2004-10-13 18:25:11 +00:00