commit | e452f6a7e30bb9d0113954edc8c48daf2d20c20c | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Jul 07 05:13:36 2017 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Jul 07 05:13:36 2017 +0000 |
tree | bc943db8adba9f8d02a7c54a4fa334f03e715b7d | |
parent | 58cb7c19bfa4af50667a5dd9f8b81efb160e86db [diff] |
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