<br><br><div class="gmail_quote">2010/12/22  <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>Hello all</p>
<p> </p>
<p>Anyone can help me use STL with clang++? My LLVM+Clang was compiled with MSVC8 on Windows7. then I found \Microsoft Visual Studio 8\VC\include is set as the default header file searching path. But c++ with STL will report errors as below:</p>

<p>----------------------------------------------------------------------------------------------</p>
<p>C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include/iosfwd(212) :  error<br>:<br>      no member named '_invalid_parameter_noinfo' in the global namespace; did<br>      you mean '_invalid_parameter_handler'?<br>
                _SCL_SECURE_CRT_VALIDATE(_Dest_size >= _Count, NULL);</p></blockquote><div><br></div><div>This particular error is because _invalid_parameter_noinfo is not defined at this point. </div><div>I did an experiment where I flag everything as template dependent in Microsoft mode. </div>
<div>It kinda work but i am not ready to submit anything yet about this.</div><div><br></div><div><br></div><div><br></div><div><br></div></div>