forked from boostorg/concept_check
removed last use of dummy_cons
[SVN r10043]
This commit is contained in:
@@ -176,7 +176,9 @@ namespace boost {
|
|||||||
boolean_archetype
|
boolean_archetype
|
||||||
operator==(const equality_comparable2_first_archetype<Base1>&,
|
operator==(const equality_comparable2_first_archetype<Base1>&,
|
||||||
const equality_comparable2_second_archetype<Base2>&)
|
const equality_comparable2_second_archetype<Base2>&)
|
||||||
{ return boolean_archetype(dummy_cons); }
|
{
|
||||||
|
return boolean_archetype(static_object<detail::dummy_constructor>::get());
|
||||||
|
}
|
||||||
template <class Base1, class Base2>
|
template <class Base1, class Base2>
|
||||||
boolean_archetype
|
boolean_archetype
|
||||||
operator!=(const equality_comparable2_first_archetype<Base1>&,
|
operator!=(const equality_comparable2_first_archetype<Base1>&,
|
||||||
|
Reference in New Issue
Block a user