mirror of
https://github.com/boostorg/concept_check.git
synced 2026-02-03 21:55:04 +01:00
Killed off "Concept" suffixes on Boost concepts. Maintained
back-compatibility by using a macro to define XxxxConcept when defining Xxxxx. [SVN r33894]
This commit is contained in:
@@ -21,6 +21,6 @@ struct foo { };
|
||||
int
|
||||
main()
|
||||
{
|
||||
boost::function_requires< boost::EqualityComparableConcept<foo> >();
|
||||
boost::function_requires< boost::EqualityComparable<foo> >();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user