<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - clang-cl: cannot compile operator""if"
href="https://llvm.org/bugs/show_bug.cgi?id=23023">23023</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang-cl: cannot compile operator""if
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>marci_r@web.de
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>