-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 18385 |
| Resolution | INVALID |
| Resolved on | May 04, 2017 07:48 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | #18592 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
Extended Description
Win 8.1 Pro 64 bit, MSVC 2013 (November 2013 CTP Compiler Tools, it's latest)
Project files generated via Cmake for MS Visual Studio 2012 Win64.
SVN rev 198298:
===cmath header===
error C2883: 'std::abs' : function declaration conflicts with 'abs' introduced by using-declaration D:\Build\libcxx\include\cmath
error C2084: function 'long double abs(long double) throw()' already has a body
error C2883: 'std::abs' : function declaration conflicts with 'abs' introduced by using-declaration D:\Build\libcxx\include\cmath
error C2084: function 'double abs(double) throw()' already has a body
error C2883: 'std::abs' : function declaration conflicts with 'abs' introduced by using-declaration D:\Build\libcxx\include\cmath
error C2084: function 'float abs(float) throw()' already has a body
===math_win32.h===
error C2084: function 'bool signbit(double)' already has a body
same with 'std::fpclassify', also 'strtof' in stdlib - "redefinition; different linkage".