This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-02 02:00:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b0406476728e5be669a0de033d155f4e448442f8
llvm
/
libcxx
History
Marshall Clow
b040647672
Fixed a test that was attempting to use rvalue-references w/o checking to see if they were supported in the language. This resulted in a warning when testing using C++03.
...
llvm-svn: 206482
2014-04-17 18:11:38 +00:00
..
cmake
…
include
Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the catch.
2014-04-16 23:12:55 +00:00
lib
Not everyone uses bash, so fix test syntax.
2014-04-12 21:12:55 +00:00
src
Implement LWG issue
#2135
. If something goes wrong in condition_variable::wait, call terminate() rather than throwing an error. Do this indirectly, by marking the call as 'noexcept'. This is better than just calling terminate() directly, because it gives a better error message on the console.
2014-03-26 02:45:04 +00:00
test
Fixed a test that was attempting to use rvalue-references w/o checking to see if they were supported in the language. This resulted in a warning when testing using C++03.
2014-04-17 18:11:38 +00:00
www
Removed 'sized deallocation' from C++14 status page since it turned out to require no library work, and fixed a typo in index.html. Thanks to Tobias for pointing these out.
2014-04-07 07:28:33 +00:00
.arcconfig
…
CMakeLists.txt
…
CREDITS.TXT
…
LICENSE.TXT
…
Makefile
…