These #includes are quite important, since otherwise any
#if TEST_STD_VER > 14 && defined(TEST_HAS_C11_FEATURES)
checks are always false, and so we don't actually test for C11 support
in the standard library.
Paths
| Differential D50674
[libc++] Add missing #include in C11 features tests ClosedPublic Authored by ldionne on Aug 13 2018, 3:54 PM.
Details
Summary These #includes are quite important, since otherwise any #if TEST_STD_VER > 14 && defined(TEST_HAS_C11_FEATURES) checks are always false, and so we don't actually test for C11 support
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 14 2018, 5:39 AM Closed by commit rL339675: [libc++] Add missing #include in C11 features tests (authored by ldionne). · Explain WhyAug 14 2018, 6:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 160567 libcxx/trunk/test/libcxx/language.support/has_c11_features.pass.cpp
libcxx/trunk/test/std/depr/depr.c.headers/float_h.pass.cpp
libcxx/trunk/test/std/language.support/support.limits/c.limits/cfloat.pass.cpp
|