Commit Graph

6 Commits

Author SHA1 Message Date
Glen Fernandes
bbf48ff290 Drop dependency on Boost.Mpl 2018-09-08 09:50:42 -04:00
Stephen Kelly
dd7163b7f0 Concept: Remove obsolete GCC version checks.
[SVN r86057]
2013-09-30 15:54:47 +00:00
Jeremiah Willcock
7e0926d77f Fixed typo in comment
[SVN r62595]
2010-06-08 19:23:09 +00:00
Dave Abrahams
e234ae22f6 concept:: => concepts:: fixes #865
[SVN r53751]
2009-06-08 14:41:16 +00:00
Dave Abrahams
7dd50ca8f2 Updated Concept Check library documentation.
Changed BOOST_CONCEPT_WHERE to BOOST_CONCEPT_REQUIRES to be more
consistent with the current C++0x proposal, which now uses a
"requires" keyword in lieu of "where."

Factored GCC workarounds into the BOOST_CONCEPT_USAGE macro.


[SVN r40769]
2007-11-05 03:54:19 +00:00
Dave Abrahams
ac6415fac2 Added BOOST_CONCEPT_USAGE for defining usage requirements: Using this
macro is better than simply defining a destructor because usage
patterns will be tested whenever associated types are accessed.


[SVN r35198]
2006-09-19 13:37:20 +00:00