]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove redundant const qualifiers from string_view
authorJonathan Wakely <jwakely@redhat.com>
Mon, 17 Oct 2016 17:03:40 +0000 (18:03 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 17 Oct 2016 17:03:40 +0000 (18:03 +0100)
commit701f0bcee6f679f58734019886d05b85f4d4b28b
tree48672bfdac7356818904881fe1857d6ccafdceb6
parent4f940ecad01be4a3b77b2f432d73b1663786889d
Remove redundant const qualifiers from string_view

Backport from mainline:
2016-10-11  Jonathan Wakely  <jwakely@redhat.com>

* 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: r241268
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/string_view