PR libstdc++/82685 add 'noexcept' to string_view literals
authorJonathan Wakely <jwakely@redhat.com>
Tue, 24 Oct 2017 11:28:40 +0000 (12:28 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 24 Oct 2017 11:28:40 +0000 (12:28 +0100)
commit6a19d2a2ee10ae74b77e3f2c0d85be2cda38cd54
tree8e32170c15d247319c5c69bd4d9f48f714a559ce
parentec8f7ce60791b582ce377eac47d14ee9122c557e
PR libstdc++/82685 add 'noexcept' to string_view literals

PR libstdc++/82685
* include/experimental/string_view (operator""sv): Add noexcept.
* include/std/string_view (operator""sv): Likewise.

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