[Bug libstdc++/54025] atomic<chrono::duration> won't compile: chrono::duration::duration() is not C++11 compliant
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 19 12:08:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54025
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-19 12:08:29 UTC ---
(In reply to comment #6)
> I think that test is wrong, a duration is only constexpr_default_constructible
> if the rep type has a default-constructor
... that initializes all its members.
More information about the Gcc-bugs
mailing list