Re: [libcxx] r307357 - cmath: Support clang's -fdelayed-template-parsing

2017-07-30 Thread Shoaib Meenai via cfe-commits
This particular issue isn't clang-specific; it affects MSVC as well, and I believe clang's -fdelayed-template-parsing attempts to model MSVC's behavior. See https://godbolt.org/g/xrbpgX (code in https://reviews.llvm.org/P8012). On 7/6/17, 10:13 PM, "cfe-commits on behalf of Duncan P. N. Exon

[libcxx] r307357 - cmath: Support clang's -fdelayed-template-parsing

2017-07-06 Thread Duncan P. N. Exon Smith via cfe-commits
Author: dexonsmith Date: Thu Jul 6 22:13:36 2017 New Revision: 307357 URL: http://llvm.org/viewvc/llvm-project?rev=307357=rev Log: 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