<div dir="ltr">Hey guys,<br><br>Despite disabling RTTI using the /GR- argument I still get the following errors while trying to compile code that uses the STL vector with clang-cl: <br><div><br>F:\LLVM-fresh\vs11\bin\Debug>clang-cl /c /GR- testdll.cpp<br>
error: cannot mangle RTTI descriptors for type 'bad_alloc' yet<br>error: cannot mangle the name of type 'bad_alloc' into RTTI descriptors yet<br>error: cannot mangle RTTI descriptors for type 'exception' yet<br>
error: cannot mangle the name of type 'exception' into RTTI descriptors yet<br>4 errors generated.<br><br></div><div>Thanks for any assistance!<br></div></div>