[Bug libstdc++/63322] std::atomic<T> where T is not trivially copyable should be disabled.
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Sep 21 18:13:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63322
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This is hard to enforce because we don't support std::is_trivially_copyable.
More information about the Gcc-bugs
mailing list