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 1844b9d commit 019260fCopy full SHA for 019260f
source/meta.tex
@@ -768,7 +768,7 @@
768
// call and index
769
template<@\exposconcept{constexpr-param}@ T, @\exposconcept{constexpr-param}@... Args>
770
constexpr auto operator()(this T, Args...) noexcept
771
- requires requires(Args...) { constant_wrapper<T::value(Args::value...)>(); }
+ requires requires { constant_wrapper<T::value(Args::value...)>(); }
772
{ return constant_wrapper<T::value(Args::value...)>{}; }
773
774
constexpr auto operator[](this T, Args...) noexcept
0 commit comments