[Bug libstdc++/94033] is_trivially_copy_constructible<> fails with compiler error on complicated object with private default constructor
avi@cloudius-systems.com
gcc-bugzilla@gcc.gnu.org
Fri Mar 6 17:44:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94033
--- Comment #3 from Avi Kivity <avi@cloudius-systems.com> ---
Created attachment 47993
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47993&action=edit
reduced test case
Reduced test case, build with g++ -std=gnu++17 -c database
works on gcc 9.2.1, fails on gcc 10.
More information about the Gcc-bugs
mailing list