removed last use of dummy_cons

[SVN r10043]
This commit is contained in:
Jeremy Siek
2001-05-07 15:32:05 +00:00
parent dfa5b72cd2
commit 6969180b81

View File

@@ -176,7 +176,9 @@ namespace boost {
boolean_archetype
operator==(const equality_comparable2_first_archetype<Base1>&,
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>
boolean_archetype
operator!=(const equality_comparable2_first_archetype<Base1>&,