]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove redundant const qualifliers from string_view
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Oct 2016 10:33:24 +0000 (10:33 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Oct 2016 10:33:24 +0000 (10:33 +0000)
commit18f41619e2e59ccbd0653f39bc1c983c225fe561
tree23fd3403a21cf7bc64f5f6f9f73d7d35c8633abc
parent65e13b82ae0dac570b2e558d302bffa791d94375
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.

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