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