llvm-project/libcxx/include/experimental
Marshall Clow eb63c5e28c Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSERT, since this is technically undefined behavior. Fixes PR#21496
llvm-svn: 221717
2014-11-11 22:07:10 +00:00
..
__config string_view enhancements. Move to the correct namespace. Better constexpr support (thanks to Richard for the suggestions). Update the tests to match this. Add <experimental/__config for experimental macros/etc to live. 2014-07-08 22:38:11 +00:00
dynarray Update the synopsis and comments with the results of LWG #2255. No code to back it up at the moment; just comments 2014-07-23 16:58:25 +00:00
optional Change the comment on the closing #endif to match the condition on the corresponding #ifdef. Thanks to K-ballo for the catch. No functionality change. 2014-10-26 20:29:38 +00:00
string_view Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSERT, since this is technically undefined behavior. Fixes PR#21496 2014-11-11 22:07:10 +00:00
utility [libcxx] expose experimental::erased_type for all standard versions. 2014-07-24 19:17:38 +00:00