summaryrefslogtreecommitdiff
path: root/libs/mpl
Commit message (Collapse)AuthorAgeFilesLines
* Bugs have been fixed in VC-8Dave Abrahams2005-07-061-0/+0
| | | | [SVN r29910]
* *** empty log message ***Fernando Cacciola2005-06-241-0/+0
| | | | [SVN r29790]
* BOOST_TESTED_AT used in numeric_castFernando Cacciola2005-06-241-0/+0
| | | | | | | old_numeric_cast takes the exception class from converter_policies [SVN r29789]
* Old numeric_cast<> completely replaced by new code (except that the old code ↵Fernando Cacciola2005-06-231-0/+0
| | | | | | is retained as a fallback mechanism for old broken compilers that can't deal with the new code) [SVN r29761]
* The EDG workaround is only needed when NOT operating in strict ansi (error)Markus Schöpflin2005-06-221-0/+0
| | | | | | | mode, which is identified by __STD_STRICT_ANSI or __STD_STRICT_ANSI_ERRORS. [SVN r29736]
* Added iterator testing.Dave Abrahams2005-06-181-0/+0
| | | | [SVN r29682]
* Fixed a bug that prevented set iterators from working at all, whichDave Abrahams2005-06-181-0/+0
| | | | | | | was breaking just about every algorithm when used on sets. [SVN r29681]
* Improve bug-revealing test.Dave Abrahams2005-06-181-0/+0
| | | | [SVN r29680]
* Add failing test case for Brian Braatz.Dave Abrahams2005-06-181-0/+0
| | | | [SVN r29671]
* VC 7.1 has_xxx/SFINAE fix (thanks to Daniel Wallin!)Aleksey Gurtovoy2005-06-151-0/+0
| | | | [SVN r29583]
* forced operators overloading for vacpp 6.0Joaquín M. López Muñoz2005-06-141-0/+0
| | | | [SVN r29558]
* fix equal<vector,vector::type> issue ↵Aleksey Gurtovoy2005-05-151-0/+0
| | | | | | (http://thread.gmane.org/gmane.comp.lib.boost.devel/118872) [SVN r28913]
* Work around name lookup bug in GCC 3.3 for Mac OS XDouglas Gregor2005-05-141-0/+0
| | | | [SVN r28899]
* Turn off char test on GCC 3.3 for Darwin, because it does strange things to ↵Douglas Gregor2005-05-141-0/+0
| | | | | | the assembler [SVN r28898]
* Add missing copyright/licenseDave Abrahams2005-05-111-0/+0
| | | | [SVN r28828]
* libs/parameter/test/sfinae was choking vc7.1 and vc8 on the plainDave Abrahams2005-05-011-0/+0
| | | | | | | | 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]
* Add V2 JamfileVladimir Prus2005-04-141-0/+0
| | | | [SVN r28242]
* KCC 4.0 workaroundAleksey Gurtovoy2005-04-061-0/+0
| | | | [SVN r28001]
* fix a typo (thanks to Yutaka Leon Suematsu)Aleksey Gurtovoy2005-04-041-0/+0
| | | | [SVN r27957]
* Fix typoAleksey Gurtovoy2005-04-011-0/+0
| | | | [SVN r27912]
* Add missing example from book.Dave Abrahams2005-03-071-0/+0
| | | | [SVN r27565]
* fix bogus Fibonacci series (thanks to Caleb Epstein)Aleksey Gurtovoy2005-03-021-0/+0
| | | | [SVN r27532]
* Apply typo fixes from Julio M. Merino VidalRene Rivera2005-02-271-0/+0
| | | | [SVN r27513]
* Add testing jamfile and player2.cppDave Abrahams2005-02-251-0/+0
| | | | [SVN r27506]
* Fix typoDave Abrahams2005-02-081-0/+0
| | | | [SVN r27247]
* fix erroneous example (reported by Brad Austin)Aleksey Gurtovoy2005-01-281-0/+0
| | | | [SVN r26885]
* MIPSpro 7.3.1 (EDG 238) workaroundRalf W. Grosse-Kunstleve2005-01-261-0/+0
| | | | [SVN r26850]
* fix typo (reported by Max Khesin)Aleksey Gurtovoy2005-01-251-0/+0
| | | | [SVN r26848]
* merge from 1.32.0 release branchAleksey Gurtovoy2005-01-191-0/+0
| | | | [SVN r26742]
* fix lambda commentAleksey Gurtovoy2005-01-101-0/+0
| | | | [SVN r26666]
* MSVC 7.0 ETI fixAleksey Gurtovoy2004-12-201-0/+0
| | | | [SVN r26560]
* MSVC 7.0 ETI fixAleksey Gurtovoy2004-12-201-0/+0
| | | | [SVN r26559]
* MSVC fixesAleksey Gurtovoy2004-12-201-0/+0
| | | | [SVN r26558]
* MSVC fixesAleksey Gurtovoy2004-12-201-0/+0
| | | | [SVN r26557]
* lambda support bug fixAleksey Gurtovoy2004-12-171-0/+0
| | | | [SVN r26547]
* support for N-ary numeric metafunctions for no-CTPS compilersAleksey Gurtovoy2004-12-171-0/+0
| | | | [SVN r26546]
* Cover a few more types.Dave Abrahams2004-12-161-0/+0
| | | | [SVN r26536]
* MSVC6 workaroundsDave Abrahams2004-12-141-0/+0
| | | | [SVN r26509]
* vc6 workarounds for realDave Abrahams2004-12-141-0/+0
| | | | [SVN r26508]
* eti workaroundsDave Abrahams2004-12-141-0/+0
| | | | [SVN r26507]
* VC6 bug workaround. Remove metafunction forwarding.Dave Abrahams2004-12-141-0/+0
| | | | [SVN r26506]
* map for compilers with no CTPSAleksey Gurtovoy2004-12-141-0/+0
| | | | [SVN r26498]
* add no_ctps configuration for mapAleksey Gurtovoy2004-12-141-0/+0
| | | | [SVN r26496]
* Doc sources checkinAleksey Gurtovoy2004-11-291-0/+0
| | | | [SVN r26341]
* merge RC_1_32_0 fixesAleksey Gurtovoy2004-11-281-0/+0
| | | | [SVN r26338]
* merge RC_1_32_0 fixesAleksey Gurtovoy2004-11-281-0/+0
| | | | [SVN r26337]
* merge RC_1_32_0 fixesAleksey Gurtovoy2004-11-281-0/+0
| | | | [SVN r26335]
* merge RC_1_32_0 fixesAleksey Gurtovoy2004-11-281-0/+0
| | | | [SVN r26328]
* merge RC_1_32_0 fixesAleksey Gurtovoy2004-11-281-0/+0
| | | | [SVN r26326]
* merge RC_1_32_0 fixesAleksey Gurtovoy2004-11-281-0/+0
| | | | [SVN r26325]