Add missing noexcept in string_view::find_first_of declaration
authorStephan Bergmann <sbergman@redhat.com>
Mon, 27 Nov 2017 19:43:40 +0000 (19:43 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 27 Nov 2017 19:43:40 +0000 (19:43 +0000)
commit0f42ffd7f7c416a0702de90d2b0b374e877dc33b
tree5986d143354015c4eb887366b7995ecd835bd027
parent4c71819dda4507e9b06bc8fa61945136cb63550a
Add missing noexcept in string_view::find_first_of declaration

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>

* include/std/string_view (basic_string_view::find_first_of): Add
missing noexcept.

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