From fa902024a751bd60ba9b95662504972a51ed7e31 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sat, 9 Dec 2000 15:30:30 +0000 Subject: [PATCH] concept_checks.hpp -> concept_check.hpp [SVN r8414] --- class_concept_check_fail_expected.cpp | 2 +- class_concept_check_test.cpp | 2 +- concept_check.htm | 14 +++++++------- concept_check_fail_expected.cpp | 2 +- concept_check_test.cpp | 4 ++-- stl_concept_check.cpp | 2 +- stl_concept_covering.cpp | 4 ++-- using_concept_check.htm | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/class_concept_check_fail_expected.cpp b/class_concept_check_fail_expected.cpp index 24743d6..836d8a6 100644 --- a/class_concept_check_fail_expected.cpp +++ b/class_concept_check_fail_expected.cpp @@ -4,7 +4,7 @@ // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. -#include +#include /* diff --git a/class_concept_check_test.cpp b/class_concept_check_test.cpp index 2eb3cce..36cfbb4 100644 --- a/class_concept_check_test.cpp +++ b/class_concept_check_test.cpp @@ -4,7 +4,7 @@ // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. -#include +#include /* diff --git a/concept_check.htm b/concept_check.htm index 062dd4f..ccc7ceb 100644 --- a/concept_check.htm +++ b/concept_check.htm @@ -21,9 +21,9 @@

-header -boost/concept_checks.hpp and -boost/concept_archetypes.hpp +header +boost/concept_check.hpp and +boost/concept_archetype.hpp

@@ -183,14 +183,14 @@ informative message (and is in fact what the Boost Concept Checking Library produces):

-concept_checks.hpp: In method `void LessThanComparable_concept
+concept_check.hpp: In method `void LessThanComparable_concept
   <_List_iterator<foo,foo &,foo *> >::constraints()':
-concept_checks.hpp:334:   instantiated from `RandomAccessIterator_concept
+concept_check.hpp:334:   instantiated from `RandomAccessIterator_concept
   <_List_iterator<foo,foo &,foo *> >::constraints()'
 bad_error_eg.cpp:9:   instantiated from `stable_sort<_List_iterator
   <foo,foo &,foo *> >(_List_iterator<foo,foo &,foo *>, 
   _List_iterator<foo,foo &,foo *>)'
-concept_checks.hpp:209: no match for `_List_iterator<foo,foo &,foo *> &
+concept_check.hpp:209: no match for `_List_iterator<foo,foo &,foo *> &
   < _List_iterator<foo,foo &,foo *> &'
 
@@ -206,7 +206,7 @@ href="http://www.sgi.com/Technology/STL/RandomAccessIterator.html"> RandomAccessIterator).
  • The error message is now much shorter and does not reveal internal STL functions. -
  • The presence of concept_checks.hpp and +
  • The presence of concept_check.hpp and constraints() in the error message alerts the user to the fact that the error lies in the user code and not in the library implementation. diff --git a/concept_check_fail_expected.cpp b/concept_check_fail_expected.cpp index a646746..ac06c83 100644 --- a/concept_check_fail_expected.cpp +++ b/concept_check_fail_expected.cpp @@ -4,7 +4,7 @@ // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. -#include +#include /* diff --git a/concept_check_test.cpp b/concept_check_test.cpp index b5fc58b..4ebc1e8 100644 --- a/concept_check_test.cpp +++ b/concept_check_test.cpp @@ -4,8 +4,8 @@ // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. -#include -#include +#include +#include /* diff --git a/stl_concept_check.cpp b/stl_concept_check.cpp index 0bcfad2..6a9fb4d 100644 --- a/stl_concept_check.cpp +++ b/stl_concept_check.cpp @@ -13,7 +13,7 @@ // see as much of this file compile as possible. // -#include +#include #include #include diff --git a/stl_concept_covering.cpp b/stl_concept_covering.cpp index a32a644..21c8db0 100644 --- a/stl_concept_covering.cpp +++ b/stl_concept_covering.cpp @@ -4,8 +4,8 @@ // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. -#include -#include +#include +#include #include #include diff --git a/using_concept_check.htm b/using_concept_check.htm index f935afe..e948580 100644 --- a/using_concept_check.htm +++ b/using_concept_check.htm @@ -127,7 +127,7 @@ gives and example of applying the concept checks to STL containers. The file is listed here:
    -  #include <boost/concept_checks.hpp>
    +  #include <boost/concept_check.hpp>
     
       #include <iterator>
       #include <set>