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 Smith
Author: dexonsmith
Date: Thu Jul 6 22:13:36 2017
New Revision: 307357
URL: http://llvm.org/viewvc/llvm-project?rev=307357&view=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 th