From cc2ea352bcf8dff7f323b2532ac5df515db7ae44 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 29 Apr 2018 21:54:07 -0600 Subject: [PATCH] Leave a note in the documentation of class ArrayView. --- include/deal.II/base/array_view.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/deal.II/base/array_view.h b/include/deal.II/base/array_view.h index 3ef61ed3f4..cd71f8eace 100644 --- a/include/deal.II/base/array_view.h +++ b/include/deal.II/base/array_view.h @@ -66,6 +66,9 @@ DEAL_II_NAMESPACE_OPEN * therefore changes the std::vector object itself -- consequently, the * std::vector::operator[] is non-@p const. * + * @note This class is similar to std::span, but the latter is only + * available in C++20. + * * @ingroup data * @author Wolfgang Bangerth, 2015, David Wells, 2017 */ -- 2.39.5