From a5a75f81bd9a95f4f679bfa74763d6c9e6d722fb Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 15 Mar 2003 23:12:35 +0000 Subject: [PATCH] Updated to reflect BoostBook changes [SVN r17941] --- doc/array.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/array.xml b/doc/array.xml index c4ee347..170aca1 100644 --- a/doc/array.xml +++ b/doc/array.xml @@ -2,8 +2,6 @@ - Boost.Array - Nicolai @@ -27,6 +25,8 @@ + Boost.Array +
Introduction @@ -140,7 +140,7 @@ std::copy(rhs.begin(),rhs.end(), begin()) - + iterator @@ -164,9 +164,9 @@ iterator for position after the last element will not throw - + - + reverse_iterator @@ -188,9 +188,9 @@ reverse iterator for position after the last element in reverse iteration - + - + size_type N @@ -205,9 +205,9 @@ N will not throw - + - + reference @@ -276,9 +276,9 @@ elems will not throw - + - + void @@ -294,7 +294,7 @@ std::fill_n(begin(), N, value) - + T