From 6471d119d79e3120e24c2977c5f4a9809d016b59 Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Wed, 10 Sep 2025 09:02:53 +0200 Subject: [PATCH] Update multi_array_ref.xml --- doc/xml/multi_array_ref.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).