[Bug libstdc++/58982] [4.9 Regression] std::vector<std::atomic<int>> vai(10); does not compile anymore
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Mon Nov 4 06:35:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58982
--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Well, something closer to a correct minimal fix would be is_trivial &&
is_copy_assignable. Jon, I think that in general in this file minimal fixes
would involve && with the existing is_trivial.
More information about the Gcc-bugs
mailing list