Remove redundant const qualifliers from string_view
authorJonathan Wakely <jwakely@redhat.com>
Tue, 11 Oct 2016 10:33:24 +0000 (11:33 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 11 Oct 2016 10:33:24 +0000 (11:33 +0100)
commit7571121f10551b47b0eff7f8dc7fb32ed348f442
tree23fd3403a21cf7bc64f5f6f9f73d7d35c8633abc
parent2c15eace95fe78182e9fcaa736c06ed73878d7e9
Remove redundant const qualifliers from string_view

* include/experimental/string_view (basic_string_view::_S_compare):
Remove redundant const from return type.
* include/std/string_view (basic_string_view:_S_compare): Likewise.

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