From 383a1ef900cf74f42740e5d927b472b59cd6ed8b Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 21 Nov 2000 22:48:47 +0000 Subject: [PATCH] updating docs [SVN r8282] --- class_concept_checks_fail_expected.cpp | 5 ++--- concept_checks_fail_expected.cpp | 5 ++--- stl_concept_checks.cpp | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/class_concept_checks_fail_expected.cpp b/class_concept_checks_fail_expected.cpp index f266cf9..7cbe030 100644 --- a/class_concept_checks_fail_expected.cpp +++ b/class_concept_checks_fail_expected.cpp @@ -8,9 +8,8 @@ /* - This file verifies that the BOOST_CLASS_REQUIRES macro - of the Boost Concept Checking Library catches errors - when it is suppose to. + This file verifies that class_requires of the Boost Concept Checking + Library catches errors when it is suppose to. */ diff --git a/concept_checks_fail_expected.cpp b/concept_checks_fail_expected.cpp index 988029d..a646746 100644 --- a/concept_checks_fail_expected.cpp +++ b/concept_checks_fail_expected.cpp @@ -8,9 +8,8 @@ /* - This file verifies that the BOOST_FUNCTION_REQUIRES macro - of the Boost Concept Checking Library catches errors - when it is suppose to. + This file verifies that function_requires() of the Boost Concept + Checking Library catches errors when it is suppose to. */ diff --git a/stl_concept_checks.cpp b/stl_concept_checks.cpp index 021e428..0bcfad2 100644 --- a/stl_concept_checks.cpp +++ b/stl_concept_checks.cpp @@ -25,7 +25,7 @@ #include #endif -#define BOOST_HIDE_EXPECTED_ERRORS +//#define BOOST_HIDE_EXPECTED_ERRORS int main()