7390fcded1fix assertion in cpp_regex_traits on libc++, thanks to John Fletcher
Eric Niebler
2012-07-25 00:24:28 +0000
285163e8d0fix compile error on some msvc test runners
Eric Niebler
2012-07-24 20:04:13 +0000
8f15d0bddemerge [76766] from trunk to release
Eric Niebler
2012-07-20 05:55:55 +0000
add49b8d54undo problematic [79589]
Eric Niebler
2012-07-20 05:47:10 +0000
37f3b89c47simpler, more std-compliant implementation of cpp_regex_traits, refers #7143
Eric Niebler
2012-07-18 20:13:38 +0000
c27fd3876fmerge [78286] from trunk, fixes#6846
Eric Niebler
2012-05-02 07:04:56 +0000
04059cbd25replace MPL assert with static assert since it's problematic in C++11, refs #6846
Eric Niebler
2012-05-01 06:13:48 +0000
3859676822merge [77913] from trunk
Eric Niebler
2012-04-11 18:13:02 +0000
b3a4604734remove very ugly lexical_cast hack with a slightly less ugly one
Eric Niebler
2012-04-11 07:28:27 +0000
204eca5f7fuse underscores in gcc attribute names, fixes#6406
Eric Niebler
2012-01-28 20:08:35 +0000
1bde3dfc3cmerge [76147] from trunk
Eric Niebler
2012-01-03 01:10:10 +0000
1a6561cf7dfix typo, unused variable warnings
Eric Niebler
2011-12-24 19:52:28 +0000
ed737a9a6fMerge r71717 from trunk
Douglas Gregor
2011-05-04 17:56:03 +0000
849fe1d35eFix a standards-conformance issue where Xpressive is attempting to construct an incomplete type (detail::ReplaceAlgo) within a template definition. This is ill-formed, but only Clang seems to diagnose the issue.
Douglas Gregor
2011-05-04 17:04:30 +0000
e93603d33e[71536] merged from trunk
Eric Niebler
2011-05-01 10:04:01 +0000
7f41fd52f5replace use of Proto context with transforms
Eric Niebler
2011-04-27 16:21:12 +0000
1ac8cf17d1Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
Steven Watanabe
2011-01-15 08:11:51 +0000
e851b84155Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags.
Bryce Adelstein-Lelbach
2011-01-14 02:35:58 +0000
aaaf7a77fduse boost::optional::swap member function
Eric Niebler
2010-12-19 17:50:24 +0000
02e1da1dadoh right. optional doesn't have a swap member on the release branch. Crap.
Eric Niebler
2010-10-09 19:05:15 +0000
5f87e3389bqualify calls to ignore_unused
Eric Niebler
2010-06-24 04:08:23 +0000
62ce944847Update various libraries' documentation build.
Daniel James
2010-06-20 18:00:48 +0000
95c9b5a118Both Proto and Xpressive have "ignore_unused" templates in their detail headers, and both were getting included, causing overloading ambiguities. There is probably a major cleanup to do here, moving to a single "ignore_unused" in boost/detail, but for now I've rectified the problem by describing importing Proto's ignore_unused() into Xpressive rather than defining a new one.
Douglas Gregor
2010-05-09 13:40:45 +0000