[LLVMbugs] [Bug 14311] Change introduced in r164241 broke std::stringstream
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Nov 10 15:14:26 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14311
Howard Hinnant <hhinnant at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #5 from Howard Hinnant <hhinnant at apple.com> 2012-11-10 17:14:26 CST ---
I've recently updated the instructions for running tip-of-trunk on OS X:
http://libcxx.llvm.org
using
export DYLD_LIBRARY_PATH=<path-to-libcxx>/lib
clang++ -std=c++11 -stdlib=libc++ -nostdinc++ -I<path-to-libcxx>/include
-L<path-to-libcxx>/lib test.cpp
I think this is a safer route to go instead of changing your system. I've seen
people crash their Mac by replacing the dylib (I've done it myself too). So
the above is a less intrusive (though awkward) way to experiment with tot.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list