[PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne via Phabricator
reviews at reviews.llvm.org
Mon Nov 26 13:02:55 PST 2018
ldionne added a comment.
In D54838#1308564 <https://reviews.llvm.org/D54838#1308564>, @amakc11 wrote:
> Hmm, I'm confused by this change request. All the tests I patched are intended to test unordered_multimap container, which was introduced in C++11. So, they won't compile in C++03 mode in any case. Please, clarify the reason for the patch change.
We seem to be supporting those containers in C++03 mode, as an extension.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54838/new/
https://reviews.llvm.org/D54838
More information about the libcxx-commits
mailing list