diff --git a/doc/html/index.html b/doc/html/index.html index 1be23d5..01dcdb6 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -28,9 +28,10 @@
Copyright © 2003 -2010 Thorsten Ottosen, Neil Groves
Copyright © 2003-2010 Thorsten Ottosen, + Neil Groves
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -122,6 +123,8 @@Last revised: January 01, 2011 at 16:31:27 GMT |
+Last revised: December 13, 2012 at 06:35:02 GMT |
- | Copyright © 2003 -2010 Thorsten Ottosen, Neil Groves + Copyright © 2003-2010 Thorsten Ottosen,
+ Neil Groves Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/html/range/concepts/bidirectional_range.html b/doc/html/range/concepts/bidirectional_range.html index 6e3dc8c..a19891d 100644 --- a/doc/html/range/concepts/bidirectional_range.html +++ b/doc/html/range/concepts/bidirectional_range.html @@ -22,13 +22,13 @@ -
+
-
-
- Notation
++ + Description |
@@ -231,9 +230,9 @@
boost::rend(a)
has the same complexity as boost::begin(a)
from
Forward Range.
- | Copyright © 2003 -2010 Thorsten Ottosen, Neil Groves + Copyright © 2003-2010 Thorsten Ottosen,
+ Neil Groves Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/html/range/concepts/concept_checking.html b/doc/html/range/concepts/concept_checking.html index 20a2fbb..5fa7fa3 100644 --- a/doc/html/range/concepts/concept_checking.html +++ b/doc/html/range/concepts/concept_checking.html @@ -22,7 +22,7 @@ -
+
@@ -38,7 +38,6 @@
Range concept.
-- BOOST_CONCEPT_ASSERT(( ForwardRangeConcept<T> ));@@ -50,7 +49,6 @@ ForwardReadableRange, the following code is required. - BOOST_CONCEPT_ASSERT(( ForwardRangeConcept<T> )); BOOST_CONCEPT_ASSERT(( ReadableIteratorConcept<typename range_iterator<T>::type> )); @@ -78,9 +76,10 @@ Access Range
-
- See also
+ |
- | Copyright © 2003 -2010 Thorsten Ottosen, Neil Groves + Copyright © 2003-2010 Thorsten Ottosen,
+ Neil Groves Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/html/range/concepts/forward_range.html b/doc/html/range/concepts/forward_range.html index 7937f8c..ca7b471 100644 --- a/doc/html/range/concepts/forward_range.html +++ b/doc/html/range/concepts/forward_range.html @@ -22,13 +22,13 @@ -
+
-
-
- Notation
++ + Description |
- | Copyright © 2003 -2010 Thorsten Ottosen, Neil Groves + Copyright © 2003-2010 Thorsten Ottosen,
+ Neil Groves Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/html/range/concepts/overview.html b/doc/html/range/concepts/overview.html index bded544..9fb26b3 100644 --- a/doc/html/range/concepts/overview.html +++ b/doc/html/range/concepts/overview.html @@ -22,7 +22,7 @@ -
+
@@ -65,7 +65,8 @@
-
- Expression
++ + Complexity guarantees
-
- Invariants
+ |
- | Copyright © 2003 -2010 Thorsten Ottosen, Neil Groves + Copyright © 2003-2010 Thorsten Ottosen,
+ Neil Groves Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/html/range/concepts/single_pass_range.html b/doc/html/range/concepts/single_pass_range.html index 273692a..2165fc9 100644 --- a/doc/html/range/concepts/single_pass_range.html +++ b/doc/html/range/concepts/single_pass_range.html @@ -22,13 +22,13 @@ -
+
-
-
- Notation
++ + Description |
@@ -197,9 +197,9 @@
@@ -275,9 +275,9 @@ constant time. For most practical purposes, one can expect both to be amortized constant time.
-Extending the library for UDTs @@ -336,7 +337,8 @@
- | Copyright © 2003 -2010 Thorsten Ottosen, Neil Groves + Copyright © 2003-2010 Thorsten Ottosen,
+ Neil Groves Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/html/range/examples.html b/doc/html/range/examples.html index 5a4201b..9972fd5 100644 --- a/doc/html/range/examples.html +++ b/doc/html/range/examples.html @@ -22,7 +22,7 @@ -
+
@@ -60,7 +60,8 @@
|