[PATCH] D50719: [libc++] Fix incorrect definition of TEST_HAS_C11_FEATURES
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 14 11:13:47 PDT 2018
ldionne marked an inline comment as done.
ldionne added a comment.
Ok, I'm pushing with JF's suggested change (use `TEST_STD_VER >= 11` instead of `__cplusplus >= 201103L`). Let's cross fingers that this is going to unbreak the testers -- like I said it fixed my Docker container.
Repository:
rCXX libc++
https://reviews.llvm.org/D50719
More information about the cfe-commits
mailing list