a5ba971297make mpl::string work with mpl::transform
Eric Niebler
2010-06-16 17:57:41 +0000
360322e894Add BOOST_MPL_HAS_XXX_TEMPLATE_DEF. Fixes#861
Steven Watanabe
2010-06-08 14:24:55 +0000
52d8442055Improve compatibility with compilers other than GCC.
Neil Groves
2010-05-11 22:20:19 +0000
9e138e28caRemoved workaround for MSVC == 1600 in eval_if.hpp
Neil Groves
2010-05-11 21:33:24 +0000
75e47b8597Remove regression introduced by my previous 'fix'
Neil Groves
2010-05-11 21:12:26 +0000
b6e98cdd5aFixed defect that showed up with Visual C++ 10. This has been affecting numerous libraries as a knock-on effect.
Neil Groves
2010-05-11 18:30:04 +0000
cc82b7a924MPL: fixed#4061: gcc-4.5 compilation problems related to arity_helper, applied attached patch to the main aux_/template_arity.hpp and regenerated the corresponding file preprocessed/gcc/template_arity.hpp. No other preprocessed files are affected.
Hartmut Kaiser
2010-04-21 17:19:06 +0000
4678423feeFix for #1992
Aleksey Gurtovoy
2010-03-28 14:23:38 +0000
9e7f06d29bFix bogus protect example
Aleksey Gurtovoy
2009-12-03 10:44:05 +0000
ae88433250rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
Troy D. Straszheim
2009-10-17 02:07:38 +0000
62d52d9d8brm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
b74cf94d04MPL refmanual: for_each doc fixes (thanks to Emil Dotchevski)
Aleksey Gurtovoy
2009-08-29 08:48:11 +0000
e6ba4cc17cMPL: merge test for #2042/#3298 from the trunk (thanks to Steven Watanabe for the fix!)
Aleksey Gurtovoy
2009-08-24 04:17:30 +0000
294dd90076MPL: merge fix for #2042/#3298 from the trunk (thanks to Steven Watanabe for the fix!)
Aleksey Gurtovoy
2009-08-24 04:11:00 +0000
d38f271faeUse order instead of size to find the next order in the non-typeof implementation of mpl::insert for mpl::map. Fixes#2042.
Steven Watanabe
2009-08-23 04:42:25 +0000
15a9930acbMPL: merge fix for #3337 from the trunk (thanks Steven!)
Aleksey Gurtovoy
2009-08-20 07:50:16 +0000
c1de64359fProvide definitions for the dummy structs used by has_push_back_impl and has_push_front_impl so that they work with Fusion containers. Fixes#3337.
Steven Watanabe
2009-08-19 22:52:27 +0000
4f0675cd13Merge boost/mpl fixes from the trunk
Aleksey Gurtovoy
2009-08-18 05:16:53 +0000
16dd55a902Merge libs/mpl from the trunk
Aleksey Gurtovoy
2009-08-18 05:00:17 +0000
991277330bCopyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
e1fa211c83fix bug with signed char
Eric Niebler
2009-07-24 17:22:50 +0000
e5dfdf47edAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
e6024bc6f7Call clear before checking for the existence of push_back
Steven Watanabe
2009-07-14 16:52:05 +0000
1ba6d35b4dFix default implementation of has_push_back and has_push_front
Steven Watanabe
2009-07-14 16:49:45 +0000
d88ee00afesaving some additional template instantiations
Eric Niebler
2009-04-12 23:07:37 +0000
5cac79c3e6add and document BOOST_MPL_LIMIT_STRING_SIZE and mpl/limits/string.hpp
Eric Niebler
2009-04-11 06:30:53 +0000
2cf51a12f1fix off-by-1 errors
Eric Niebler
2009-04-11 06:07:54 +0000
0ee68a2c76mpl::string is a bidirectional sequence, not random access; c_str is a separate metafunction, not a class static
Eric Niebler
2009-04-11 05:48:51 +0000
c7025170c7workaround for msvc-8.0 bug
Eric Niebler
2009-04-08 21:57:03 +0000
951004474cmerge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
699740a53eUpdating dependency information for modularized libraries.
Michael A. Jackson
2008-11-07 17:05:27 +0000
59b2f369d1Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
74bdc378eaContinuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
5f8bfd09a4Revert changeset 31196 -- the corresponding preprocessed headers has never been regenerated since the change and therefore it has never been properly tested
Aleksey Gurtovoy
2008-10-10 09:59:34 +0000