Commit Graph

20 Commits

Author SHA1 Message Date
Glen Fernandes
2162822514
Merge pull request #16 from eldiener/develop
Remove executable permission from file(s).
2019-09-04 21:24:16 -04:00
Tinko Bartels
a14da60941 Replace broken links. 2019-04-23 14:10:01 +02:00
Edward Diener
1a17c7435f Remove executable permission. 2018-12-03 08:03:02 -05:00
Peter Dimov
7a2e01791d Merge branch 'master' into develop 2017-11-04 16:34:19 +02:00
Edward Diener
74b6b0c6f6 Remove executable attribute from files. 2017-09-17 13:00:38 -04:00
Matias Capeletto
ea005b497b Merge branch 'develop' 2016-03-09 23:30:50 +01:00
Marcel Raad
ad33743322 Fix example compile break
After 08a1b7da61,
boost::get needs an explicit namespace qualification.
2016-03-09 21:41:34 +01:00
Matias Capeletto
4feda54ccb [bimap] Merge to release
[SVN r81939]
2012-12-14 14:21:53 +00:00
Matias Capeletto
cbc259d7fc [bimap] Update docs
[SVN r81805]
2012-12-09 11:55:54 +00:00
Steven Watanabe
06d38c2bbc Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
f4b59e8072 Replacing 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. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Matias Capeletto
78c68703b3 merge from trunk (58852-58891)
[SVN r58984]
2010-01-13 19:04:08 +00:00
Matias Capeletto
62be68bb89 fix xpressive regression in GCC 4.4, ticket #3042
[SVN r58852]
2010-01-09 20:20:36 +00:00
Matias Capeletto
46f73cba0f fix tabs in files
[SVN r43255]
2008-02-14 19:05:04 +00:00
Matias Capeletto
858ff57bfe add explicit std::string initialization
[SVN r42220]
2007-12-20 21:56:39 +00:00
Matias Capeletto
4e52bf8dbc xpressive & typeof
[SVN r37892]
2007-06-04 20:17:48 +00:00
Matias Capeletto
65c088a823 tagged< set_of< X >, T > --> set_of< tagged< X,T > >
[SVN r37840]
2007-06-01 03:31:00 +00:00
Matias Capeletto
05c665d654 info hook support
[SVN r37827]
2007-05-31 07:07:30 +00:00
Matias Capeletto
597f51cd88 foreach example
[SVN r37782]
2007-05-26 02:51:32 +00:00
Matias Capeletto
b80ca94d5d first bimap commit
[SVN r37767]
2007-05-25 01:07:13 +00:00