[PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.

Marshall Clow via Phabricator reviews at reviews.llvm.org
Mon Nov 26 13:05:10 PST 2018


mclow.lists 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.


Libc++ was never a c++03 standard library implementation.
It started out as C++11. We support most of the C++11 features even if the user specifies `-std=c++98` or `-std=c++03`


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