We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d582fb commit 8e8aeb0Copy full SHA for 8e8aeb0
source/utilities.tex
@@ -4811,7 +4811,7 @@
4811
4812
\indexlibraryglobal{variant_size}%
4813
\begin{itemdecl}
4814
-template<class T> class variant_size<const T>;
+template<class T> struct variant_size<const T>;
4815
\end{itemdecl}
4816
4817
\begin{itemdescr}
@@ -4831,7 +4831,7 @@
4831
4832
\indexlibraryglobal{variant_alternative}%
4833
4834
-template<size_t I, class T> class variant_alternative<I, const T>;
+template<size_t I, class T> struct variant_alternative<I, const T>;
4835
4836
4837
0 commit comments