https://llvm.org/bugs/show_bug.cgi?id=23023

            Bug ID: 23023
           Summary: clang-cl: cannot compile operator""if
           Product: clang
           Version: trunk
          Hardware: Other
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

clang-cl fails to compile MSVC14's <complex> because of the following compile
errors:

C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\complex(1337,33): error : expected identifier
  inline complex<float> operator""if(long double _Val)
                                  ^
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\complex(1342,33): error : expected identifier
  inline complex<float> operator""if(unsigned long long _Val)
                                  ^

Tested with Visual C++ 14 CTP6 and clang-cl r233105.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to