https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82685
--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> --- Author: redi Date: Fri Dec 1 17:12:07 2017 New Revision: 255325 URL: https://gcc.gnu.org/viewcvs?rev=255325&root=gcc&view=rev Log: PR libstdc++/82685 add 'noexcept' to string_view literals Backport from mainline 2017-10-24 Jonathan Wakely <jwak...@redhat.com> PR libstdc++/82685 * include/experimental/string_view (operator""sv): Add noexcept. * include/std/string_view (operator""sv): Likewise. Modified: branches/gcc-7-branch/libstdc++-v3/ChangeLog branches/gcc-7-branch/libstdc++-v3/include/experimental/string_view branches/gcc-7-branch/libstdc++-v3/include/std/string_view