From da61e326c0bfd1c6b3d1ac9737847c929c0b63cc Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 23 Apr 2001 17:05:53 +0000 Subject: [PATCH] added const to all predicates/function objects [SVN r9911] --- concept_check_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/concept_check_test.cpp b/concept_check_test.cpp index 5c443f9..4d631f7 100644 --- a/concept_check_test.cpp +++ b/concept_check_test.cpp @@ -123,8 +123,6 @@ main() { typedef binary_predicate_archetype F; function_requires< BinaryPredicateConcept >(); - typedef const_binary_predicate_archetype const_F; - function_requires< Const_BinaryPredicateConcept >(); } //===========================================================================