removed "pending" prefix on concept check headers

[SVN r8415]
This commit is contained in:
Jeremy Siek
2000-12-09 15:32:00 +00:00
parent fa902024a7
commit eb420ae677
7 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
// "as is" without express or implied warranty, and with no claim as // "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose. // to its suitability for any purpose.
#include <boost/pending/concept_check.hpp> #include <boost/concept_check.hpp>
/* /*

View File

@@ -4,7 +4,7 @@
// "as is" without express or implied warranty, and with no claim as // "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose. // to its suitability for any purpose.
#include <boost/pending/concept_check.hpp> #include <boost/concept_check.hpp>
/* /*

View File

@@ -21,8 +21,8 @@
<H1> <H1>
<A NAME="sec:concept-checking"></A> <A NAME="sec:concept-checking"></A>
header <a href="../../boost/pending/concept_check.hpp"> header <a href="../../boost/concept_check.hpp">
<tt>boost/concept_check.hpp</tt></a> and <a href="../../boost/pending/concept_archetype.hpp"> <tt>boost/concept_check.hpp</tt></a> and <a href="../../boost/concept_archetype.hpp">
<tt>boost/concept_archetype.hpp</tt></a> <tt>boost/concept_archetype.hpp</tt></a>
</H1> </H1>

View File

@@ -4,7 +4,7 @@
// "as is" without express or implied warranty, and with no claim as // "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose. // to its suitability for any purpose.
#include <boost/pending/concept_check.hpp> #include <boost/concept_check.hpp>
/* /*

View File

@@ -4,8 +4,8 @@
// "as is" without express or implied warranty, and with no claim as // "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose. // to its suitability for any purpose.
#include <boost/pending/concept_check.hpp> #include <boost/concept_check.hpp>
#include <boost/pending/concept_archetype.hpp> #include <boost/concept_archetype.hpp>
/* /*

View File

@@ -13,7 +13,7 @@
// see as much of this file compile as possible. // see as much of this file compile as possible.
// //
#include <boost/pending/concept_check.hpp> #include <boost/concept_check.hpp>
#include <iterator> #include <iterator>
#include <set> #include <set>

View File

@@ -4,8 +4,8 @@
// "as is" without express or implied warranty, and with no claim as // "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose. // to its suitability for any purpose.
#include <boost/pending/concept_check.hpp> #include <boost/concept_check.hpp>
#include <boost/pending/concept_archetype.hpp> #include <boost/concept_archetype.hpp>
#include <algorithm> #include <algorithm>
#include <numeric> #include <numeric>