This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/54025] atomic<chrono::duration> won't compile: chrono::duration::duration() is not C++11 compliant


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54025

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-19 12:19:05 UTC ---
Another option would be to give duration::__rep a NSDMI, which leaves the
testcase valid (as a QoI feature, I believe)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]