Glen Fernandes
bbf48ff290
Drop dependency on Boost.Mpl
2018-09-08 09:50:42 -04:00
Philippe Daouadi
bdcd06c4cc
Use BOOST_ATTRIBUTE_UNUSED from boost/config
2015-05-20 10:23:35 -07:00
Marshall Clow
bb9257a37e
Remove executable status from a bunch of source files
2014-11-24 13:55:31 -08:00
Peter Dimov
50574588ae
Remove include of boost/parameter/aux_/parenthesized_type.hpp.
2014-06-09 04:29:52 +03:00
Stephen Kelly
36701c51ab
Concept: Remove obsolete GCC version check.
...
[SVN r86107]
2013-10-01 08:42:50 +00:00
Stephen Kelly
dd7163b7f0
Concept: Remove obsolete GCC version checks.
...
[SVN r86057]
2013-09-30 15:54:47 +00:00
Stephen Kelly
724b43f885
Concept: Remove obsolete MSVC version checks.
...
[SVN r86023]
2013-09-30 00:18:01 +00:00
Jeremiah Willcock
168e60aa3d
Added unused attribute for new versions of GCC
...
[SVN r84470]
2013-05-25 02:11:20 +00:00
Steven Watanabe
52adefee9a
Supress msvc warnings. Fixes #5102 .
...
[SVN r71053]
2011-04-06 22:26:42 +00:00
John Maddock
d66a39d4fc
Change to use BOOST_HAS_CONCEPTS since BOOST_NO_CONCEPTS has been removed (it's been dropped from the standard).
...
[SVN r70000]
2011-03-15 12:54:46 +00:00
Jeremiah Willcock
7e0926d77f
Fixed typo in comment
...
[SVN r62595]
2010-06-08 19:23:09 +00:00
John Maddock
e8bd11887b
Fixes #3980 .
...
[SVN r60150]
2010-03-04 18:01:36 +00:00
Dave Abrahams
e234ae22f6
concept:: => concepts:: fixes #865
...
[SVN r53751]
2009-06-08 14:41:16 +00:00
Dave Abrahams
63c674c575
Improve visibility of concept failure messages
...
[SVN r47797]
2008-07-25 09:38:53 +00:00
Dave Abrahams
5c06a2ea0b
No compilers without partial specialization see this file.
...
[SVN r47794]
2008-07-25 09:26:15 +00:00
Dave Abrahams
b3fc10803f
Improve visibility of concept failure messages
...
[SVN r47793]
2008-07-25 09:11:23 +00:00
Dave Abrahams
e7fbe05ee2
Work around intel-10.0-win compiler bug
...
[SVN r43861]
2008-03-25 20:47:38 +00:00
Dave Abrahams
d9ae976994
Moved boost/concept/where.hpp to boost/concept/requires.hpp
...
Updated reference.htm to include BOOST_CONCEPT_REQUIRES
Fixed a copyright notice.
[SVN r40770]
2007-11-05 04:43:31 +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
Douglas Gregor
9ef681483e
Work around bugs in Sun Studio 11
...
[SVN r39243]
2007-09-13 18:50:50 +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
Douglas Gregor
b11b270a56
Deal with GCC problems in updated concepts library
...
[SVN r34418]
2006-06-27 15:01:14 +00:00
Dave Abrahams
fb99b2546a
Minor cleanups
...
[SVN r33967]
2006-05-15 13:29:23 +00:00
Dave Abrahams
b087894c08
vc-7.1 workarounds
...
[SVN r33961]
2006-05-08 00:54:00 +00:00
Dave Abrahams
14450b3d5d
Added missing paren
...
[SVN r33897]
2006-05-01 20:06:13 +00:00
Dave Abrahams
4e524d6c6a
Workaround for GCC-2.96
...
[SVN r33896]
2006-05-01 19:52:34 +00:00
Dave Abrahams
ba2a75c1f9
Added legibility.
...
[SVN r33895]
2006-05-01 19:45:04 +00:00
Dave Abrahams
79017f985a
Killed off "Concept" suffixes on Boost concepts. Maintained
...
back-compatibility by using a macro to define XxxxConcept when
defining Xxxxx.
[SVN r33894]
2006-05-01 19:40:32 +00:00
Dave Abrahams
f00741c14f
Moved library specifics out of boost/concept_check and into boost/concept.
...
Moved implementation details into boost/concept/detail.
Improved error messages by renaming has_constraints not_satisfied.
[SVN r33893]
2006-05-01 18:25:20 +00:00