[libcxx-commits] [PATCH] D104172: [libc++] Remove some obsolete _LIBCPP_CXX03_LANG

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 21 07:59:50 PDT 2021


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

Thinking about this some more, I believe we need to figure out what to do with the tests. As it stands, this patch doesn't modify the tests at all, which means that the C++11 functionality that will be enabled in C++03 by this patch will never get tested.

One way to go would be to change some `UNSUPPORTED: c++03` to `UNSUPPORTED: c++03 && !libc++` to acknowledge that we're supporting this in libc++ as an extension.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104172/new/

https://reviews.llvm.org/D104172



More information about the libcxx-commits mailing list