Author
anonymous
over 6 years ago
C++
gcc HEAD 9.0.0 20181210 (experimental)
$ g++ prog.cc -Wall -Wextra -std=c++2a
prog.cc:7:15: error: static assertion failed 7 | static_assert(!std::is_nothrow_default_constructible<Throwing>::value, ""); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~