string_view enhancements. Move to the correct namespace. Better constexpr support...
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 8 Jul 2014 22:38:11 +0000 (22:38 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 8 Jul 2014 22:38:11 +0000 (22:38 +0000)
commit926731b1e5a5e9240f818d371cc4259d2bed419a
tree8355e8fa0864f17253f00a1005cb5e5172fad1eb
parent8c50dbb8cb731db841c99e9e7c126e7298d2aeff
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.

llvm-svn: 212569
libcxx/include/experimental/__config [new file with mode: 0644]
libcxx/include/experimental/string_view
libcxx/test/experimental/string.view/string.view.access/at.pass.cpp