http://llvm.org/bugs/show_bug.cgi?id=19150

Hans Wennborg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Hans Wennborg <[email protected]> ---
I just built the code below with "clang-cl /MD /D_HAS_EXCEPTIONS=0 a.cc", and
it worked :)

  #include <iostream>
  #include <string>
  int main() {
    std::string s = "hello, world";
    std::cout << s << std::endl;
    return 0;
  }

-- 
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