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 1eef4ac commit 2967f01Copy full SHA for 2967f01
source/meta.tex
@@ -5982,7 +5982,7 @@
5982
\begin{codeblock}
5983
if constexpr (is_reference_type(^^T)) {
5984
return @\exposid{extract-ref}@<T>(r);
5985
-} else if constexpr (is_nonstatic_data_member(r) || is_function(r)) {
+} else if (is_nonstatic_data_member(r) || is_function(r)) {
5986
return @\exposid{extract-member-or-function}@<U>(r);
5987
} else {
5988
return @\exposid{extract-value}@<U>(constant_of(r));
0 commit comments