forked from boostorg/concept_check
updating docs
[SVN r8282]
This commit is contained in:
@@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#include <slist>
|
||||
#endif
|
||||
|
||||
#define BOOST_HIDE_EXPECTED_ERRORS
|
||||
//#define BOOST_HIDE_EXPECTED_ERRORS
|
||||
|
||||
int
|
||||
main()
|
||||
|
Reference in New Issue
Block a user