Marshall Clow
|
d4cd37faca
|
Move 'quoted' for string_view from <string_view> to <iomanip> (where the other versions of 'quoted' live. No functional change.
llvm-svn: 285300
|
2016-10-27 15:10:07 +00:00 |
Marshall Clow
|
0fc8cec796
|
Followon to r279744. Find the other exception types and make __throw_XXX routines (and call them). Remove the generic __libcpp_throw routine, since no one uses it anymore.
llvm-svn: 279763
|
2016-08-25 17:47:09 +00:00 |
Marshall Clow
|
aa849bc2f2
|
Add a bunch of noexcepts to char_traits and string_view.
llvm-svn: 276955
|
2016-07-28 04:52:02 +00:00 |
Marshall Clow
|
187db16996
|
Fix some string_view tests that were failing when exceptions were disabled. Also comment out a _LIBCPP_ASSERT that gcc4.9 was complaining about. Will revisit that later.
llvm-svn: 276241
|
2016-07-21 06:24:04 +00:00 |
Marshall Clow
|
053d81ceeb
|
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459
llvm-svn: 276238
|
2016-07-21 05:31:24 +00:00 |