Talk:cpp/language/consteval
From cppreference.com
Hi maybe there:
consteval auto g() { return f; }
must be this:
consteval auto g() { return f(); }
Is it true or I miss something.
Peter. 78.128.212.6 04:16, 13 February 2020 (PST)