From 6969180b81b0ad7a8e9d52a501cd6231d68cc82e Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 7 May 2001 15:32:05 +0000 Subject: [PATCH] removed last use of dummy_cons [SVN r10043] --- include/boost/concept_archetype.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/concept_archetype.hpp b/include/boost/concept_archetype.hpp index 21bb318..d03ebd4 100644 --- a/include/boost/concept_archetype.hpp +++ b/include/boost/concept_archetype.hpp @@ -176,7 +176,9 @@ namespace boost { boolean_archetype operator==(const equality_comparable2_first_archetype&, const equality_comparable2_second_archetype&) - { return boolean_archetype(dummy_cons); } + { + return boolean_archetype(static_object::get()); + } template boolean_archetype operator!=(const equality_comparable2_first_archetype&,