From 99aa01c55fbd9977b94e92228db081008770add4 Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Wed, 10 Sep 2025 09:04:04 +0200 Subject: [PATCH] Update const_multi_array_ref.xml --- doc/xml/const_multi_array_ref.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xml/const_multi_array_ref.xml b/doc/xml/const_multi_array_ref.xml index d052416..5f70048 100644 --- a/doc/xml/const_multi_array_ref.xml +++ b/doc/xml/const_multi_array_ref.xml @@ -15,7 +15,7 @@ of the constructors. const_multi_array_ref models MultiArray, -CopyConstructible. +CopyConstructible and depending on the element type, it may also model EqualityComparable and LessThanComparable.