[libcxx-commits] [PATCH] D132534: [libc++] Tests transitive includes for all C++ versions.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 24 09:03:34 PDT 2022
ldionne added inline comments.
================
Comment at: libcxx/test/libcxx/transitive_includes.sh.cpp:23
-// This test only supports being run with the latest Standard, otherwise we'd
-// have to support various versions of the test.
-// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
+// TODO FIX C++ 03, the issue is the experimental library doesn't work with C++03 but isn't guarded.
+// UNSUPPORTED: c++03
----------------
In a follow-up, we can guard the parts of experimental that don't work in C++03 with `#ifndef _LIBCPP_CXX03_LANG`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132534/new/
https://reviews.llvm.org/D132534
More information about the libcxx-commits
mailing list