1
0
forked from boostorg/mpl

21 Commits

Author SHA1 Message Date
Edward Diener 10e7609c67 Merge pull request #16 from brunocodutra/Tickets7975_8749
Fix to Tickets #7975 and #8749 - Branched off from develop. Please check regression tests to mak sure there are no problems caused by this fix.
2015-04-28 16:28:32 -04:00
Bruno Dutra c8fe35643d Fix to Tickets #7975 and #8749
Originally Tickets 7975 and 8749 referred only to insertion of keys into
maps, but the very same bug can be reproduced for sets as well.
Moreover, the removal of keys from both also suffers of the same bug.
2015-02-22 20:59:59 -03:00
Bruno Dutra f807edab2e Specializing insert_range for aux::set_tag as well
Follows the same rationale as for maps.
2015-02-21 19:42:38 -02:00
Daniel James db7e720ce1 Revert Stephen Kelly's changes.
They should really wait until MPL's dependencies have dealt with his
changes.
2014-03-25 08:33:44 +00:00
Stephen Kelly d6d7e5abe0 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#else...#endif blocks.

[SVN r86245]
2013-10-11 23:17:48 +00:00
Stephen Kelly 9b42f0453e Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifdef...#endif blocks.

[SVN r86243]
2013-10-11 23:13:10 +00:00
Steven Watanabe 2a2c4d2895 Fix set_c iterators.
[SVN r65166]
2010-09-01 15:16:53 +00:00
Aleksey Gurtovoy d1197e1f7d $Source$ -> $Id$
[SVN r49239]
2008-10-10 09:10:26 +00:00
Aleksey Gurtovoy b4048c1b75 'set' fixes + more thorough regression tests
[SVN r37335]
2007-04-02 07:42:41 +00:00
Aleksey Gurtovoy 33e1caa14e Merge vacpp preprocessor fixes from RC_1_34_0
[SVN r35939]
2006-11-09 01:48:15 +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
Aleksey Gurtovoy 9ad728d2d4 merge RC_1_32_0 fixes
[SVN r26335]
2004-11-28 06:50:55 +00:00
Aleksey Gurtovoy 3b04dada5d merge RC_1_32_0 fixes
[SVN r26325]
2004-11-28 01:58:27 +00:00
Aleksey Gurtovoy 46579f35a4 rework set/map to workaround GCC 3.4 problems
[SVN r25712]
2004-10-13 18:25:11 +00:00
Aleksey Gurtovoy 8373f7b2a6 more MIPSpro fixes
[SVN r24947]
2004-09-07 08:53:22 +00:00
Aleksey Gurtovoy f9be91fc35 set/map fixes
[SVN r24912]
2004-09-05 09:45:19 +00:00
Aleksey Gurtovoy 1689c8ef83 merge new MPL version from 'mplbook' branch
[SVN r24874]
2004-09-02 15:41:37 +00:00
Douglas Gregor 2d657dbb8b Converted to Boost Software License, Version 1.0
[SVN r24055]
2004-07-26 00:32:12 +00:00
Aleksey Gurtovoy 92a396c893 restore from the CVS crash
[SVN r18356]
2003-05-08 09:43:23 +00:00
Aleksey Gurtovoy 2b691fc6c3 basic 'set' operations
[SVN r18342]
2003-05-03 11:13:11 +00:00
Aleksey Gurtovoy c852ca8d41 set stub implementation
[SVN r18340]
2003-05-03 02:07:24 +00:00