From f2f2a6395fad5bd49a573fdf2b20072735d496f7 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 14 Jun 2016 21:31:42 +0000 Subject: Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. This is a huge cleanup that helps make the libc++ test suite more portable. Patch from STL@microsoft.com. Thanks STL! llvm-svn: 272716 --- libcxx/test/std/numerics/c.math/cmath.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/test/std/numerics') diff --git a/libcxx/test/std/numerics/c.math/cmath.pass.cpp b/libcxx/test/std/numerics/c.math/cmath.pass.cpp index 5fe1c427d46..7161bd37e3e 100644 --- a/libcxx/test/std/numerics/c.math/cmath.pass.cpp +++ b/libcxx/test/std/numerics/c.math/cmath.pass.cpp @@ -13,6 +13,7 @@ #include #include +#include "test_macros.h" #include "hexfloat.h" // convertible to int/float/double/etc -- cgit v1.2.3