Make the helper routines in string really be constexpr. This required a bit of refaco...
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 10 Jun 2014 18:51:55 +0000 (18:51 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 10 Jun 2014 18:51:55 +0000 (18:51 +0000)
commit9b0af34d9641156ee1c0ff7e1d1ff9386dd55d35
tree0c16817074410a12f076e5ca4c3c47e686dab516
parent98763eb52091bf02f2443d334792b0f79be3d1ed
Make the helper routines in string really be constexpr. This required a bit of refacoring in algorithm as well. Give them better names while we're at it. All of these are internal rotines; no visible functionality change.

llvm-svn: 210561
libcxx/include/algorithm
libcxx/include/string