https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114600
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #14 from Jason Merrill <jason at gcc dot gnu.org> --- Created attachment 58419 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58419&action=edit module std without workarounds (In reply to m.cencora from comment #10) > Created attachment 57924 [details] > Full "std' modules with workarounds > > Here is an improved version of "std" module, with workarounds for: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114683 > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114685 I believe these workarounds are no longer necessary, and all the "bug" lines in the file are now fixed, except the one for chrono::operator!=, which is not a bug; [time.duration.comparisons] doesn't specify an operator!=. Here's my edit.