string_view: Make the literal operators constexpr like the ctors they call.
authorEd Smith-Rowland <3dw4rd@verizon.net>
Fri, 25 Jul 2014 03:47:46 +0000 (03:47 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Fri, 25 Jul 2014 03:47:46 +0000 (03:47 +0000)
commit0a9f0ecb4c4693f6d471aff4816c28f141a75edf
tree8a5b204f7dcf4f8d073ab0179dce31210ec38ea0
parentb6334cf4bbf19668d1a5626e651653e6318f3ba0
string_view: Make the literal operators constexpr like the ctors they call.

2014-07-25  Ed Smith-Rowland  <3dw4rd@verizon.net>

* include/experimental/string_view: Make the literal operators
constexpr like the ctors they call.

From-SVN: r213037
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/string_view