Add missing noexcept in string_view::find_first_of declaration
commit7494e9827df372fc718b6b7e9f2d5de4007f1b81
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2017 19:43:40 +0000 (27 19:43 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2017 19:43:40 +0000 (27 19:43 +0000)
tree5986d143354015c4eb887366b7995ecd835bd027
parentb39d9a350c613cde6d8cd15a4d0db082cd904ef2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255176 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/string_view