From 0d27c75fd9eba281958b23319de32ff63f0490db Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 8 Feb 2021 10:38:04 -0700 Subject: [PATCH] Add a link for std::span. --- include/deal.II/base/array_view.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/array_view.h b/include/deal.II/base/array_view.h index 9a271eb63f..f35415803a 100644 --- a/include/deal.II/base/array_view.h +++ b/include/deal.II/base/array_view.h @@ -67,8 +67,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. + * @note This class is similar to + * [`std::span`](https://en.cppreference.com/w/cpp/container/span), but the + * latter is only available starting in C++20. * * @ingroup data */ -- 2.39.5