updating docs

[SVN r8282]
This commit is contained in:
Jeremy Siek
2000-11-21 22:48:47 +00:00
parent 4759eca6b5
commit 383a1ef900
3 changed files with 5 additions and 7 deletions

View File

@@ -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.
*/

View File

@@ -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.
*/

View File

@@ -25,7 +25,7 @@
#include <slist>
#endif
#define BOOST_HIDE_EXPECTED_ERRORS
//#define BOOST_HIDE_EXPECTED_ERRORS
int
main()