<br><br><div class="gmail_quote">2011/1/4  <span dir="ltr"><<a href="mailto:way_lzl@sina.com">way_lzl@sina.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<p>No, _Complex is used in MSVC's math.h. <br></p>
<p>line 135: _CRTIMP double  __cdecl _cabs(__in struct _complex _Complex);</p>
<p></p></blockquote><div>Ok that's in Visual Studio 2005. It was changed in MSVC 2008 to not use _Complex as parameter name.</div><div>  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<p>Then if I use math.h with Clang on windows, what should I do?</p></blockquote><div>Either you submit a patch to fix it yourself or you can submit a PR and wait for someone else to fix it.</div><div>Otherwise use VS 2008.</div>
</div><br>