Author
anonymous
about 7 years ago
$
prog.cc: In function 'int main()': prog.cc:18:43: error: call to non-'constexpr' function 'Foo& Foo::operator+(Foo)' constexpr auto result = Foo(2) + Foo(3); ^