C++ Logo

std-discussion

Advanced search

Re: operator== (strong_order, strong_order) missing from p0768

From: Wesley Shillingford <wezrule_at_[hidden]>
Date: Mon, 6 Jan 2020 11:27:23 +0000
Thanks for the swift reply Bo, I reported this to gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93161

So:
1 - P1946 was actually approved in November
2 - operator== (strong_order, strong_order) is part of the latest standards working draft (not not in the latest p0768).

Not a bug with gcc nor the standard. Likely one with MSVCs implementation, however P1946 is not yet listed on their conformance https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=vs-2019 table, so I will wait a bit before reporting it to them 🙂.

This issue can be closed, cheers.

Received on 2020-01-06 05:29:56