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 ffd997c commit c53c178Copy full SHA for c53c178
source/meta.tex
@@ -5987,7 +5987,7 @@
5987
\begin{codeblock}
5988
if constexpr (is_reference_type(^^T)) {
5989
return @\exposid{extract-ref}@<T>(r);
5990
-} else if constexpr (is_nonstatic_data_member(r) || is_function(r)) {
+} else if (is_nonstatic_data_member(r) || is_function(r)) {
5991
return @\exposid{extract-member-or-function}@<U>(r);
5992
} else {
5993
return @\exposid{extract-value}@<U>(constant_of(r));
0 commit comments