mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-02 22:14:34 +02:00
added const to all predicates/function objects
[SVN r9911]
This commit is contained in:
@@ -123,8 +123,6 @@ main()
|
|||||||
{
|
{
|
||||||
typedef binary_predicate_archetype<int, int> F;
|
typedef binary_predicate_archetype<int, int> F;
|
||||||
function_requires< BinaryPredicateConcept<F, int, int> >();
|
function_requires< BinaryPredicateConcept<F, int, int> >();
|
||||||
typedef const_binary_predicate_archetype<int, int> const_F;
|
|
||||||
function_requires< Const_BinaryPredicateConcept<const_F, int, int> >();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
Reference in New Issue
Block a user