diff --git a/doc/xml/multi_array_ref.xml b/doc/xml/multi_array_ref.xml index 50bcc03..9c2b03c 100644 --- a/doc/xml/multi_array_ref.xml +++ b/doc/xml/multi_array_ref.xml @@ -15,7 +15,7 @@ of the constructors. multi_array_ref models MultiArray, -CopyConstructible. +CopyConstructible and depending on the element type, it may also model EqualityComparable and LessThanComparable. Detailed descriptions are provided here only for operations that are @@ -198,7 +198,7 @@ dimensions. Complexity Constant time (for contrast, compare this to -the multi_array class copy constructor. +the multi_array class copy constructor).