You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/numerics/c.math
Duncan P. N. Exon Smith e452f6a7e3 cmath: Support clang's -fdelayed-template-parsing
r283051 added some functions to cmath (in namespace std) that have the
same name as functions in math.h (in the global namespace).  Clang's
limited support for `-fdelayed-template-parsing` chokes on this.  Rename
the ones in `cmath` and their uses in `complex` and the test.

rdar://problem/32848355

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@307357 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
constexpr-fns.pass.cpp cmath: Support clang's -fdelayed-template-parsing 8 years ago
ctgmath.pass.cpp Fix unused parameters and variables 9 years ago
fdelayed-template-parsing.sh.cpp cmath: Support clang's -fdelayed-template-parsing 8 years ago
tgmath_h.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 9 years ago
version_cmath.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 9 years ago