From 41892380320bd95245a5322617e183cede2e0ad2 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sun, 10 Dec 2000 17:54:14 +0000 Subject: [PATCH] removed the not-really-needed test files of the concept check tests [SVN r8451] --- concept_check_test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/concept_check_test.cpp b/concept_check_test.cpp index f65cca4..5c443f9 100644 --- a/concept_check_test.cpp +++ b/concept_check_test.cpp @@ -9,10 +9,10 @@ /* - This file verifies that the BOOST_FUNCTION_REQUIRES macros of the - Boost Concept Checking Library do not cause errors when they are not - suppose to and verifies that the concept archetypes meet the - requirements of their matching concepts. + This file verifies that function_requires() of the Boost Concept + Checking Library does not cause errors when it is not suppose to + and verifies that the concept archetypes meet the requirements of + their matching concepts. */