From e5c65ab88c2b0aae81d658bd8e0eb0cded971979 Mon Sep 17 00:00:00 2001 From: Hewill Kang <67143766+hewillk@users.noreply.github.com> Date: Fri, 16 Dec 2022 01:13:55 +0800 Subject: [PATCH 1/2] [mdspan.mdspan.overview] Add default template parameters for mdspan to be consistent with declarations --- source/containers.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index fd527681c8..da86c390c8 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -20142,7 +20142,8 @@ \begin{codeblock} namespace std { - template + template> class mdspan { public: using extents_type = Extents; From 11017a6fab062a425fe52cd91e543c8502256305 Mon Sep 17 00:00:00 2001 From: Hewill Kang <67143766+hewillk@users.noreply.github.com> Date: Fri, 16 Dec 2022 14:36:13 +0800 Subject: [PATCH 2/2] Remove trailing space --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index da86c390c8..75f191337c 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -20142,7 +20142,7 @@ \begin{codeblock} namespace std { - template> class mdspan { public: