]> gcc.gnu.org Git - gcc.git/commitdiff
sso_string_base.h (_M_mutate): Remove extra 'const'.
authorJason Merrill <jason@redhat.com>
Mon, 9 Nov 2009 00:26:03 +0000 (19:26 -0500)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 9 Nov 2009 00:26:03 +0000 (00:26 +0000)
2009-11-08  Jason Merrill  <jason@redhat.com>

* include/ext/sso_string_base.h (_M_mutate): Remove extra 'const'.

From-SVN: r154025

libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/sso_string_base.h

index 8661b23700d7f7ca536e77a234fdbe6b49e71794..118acb4fc5b892ccb9b70b2034811f3cdcd82dca 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-08  Jason Merrill  <jason@redhat.com>
+
+       * include/ext/sso_string_base.h (_M_mutate): Remove extra 'const'.
+
 2009-11-06  Benjamin Kosnik  <bkoz@redhat.com>
 
        * doc/doxygen/user.cfg.in: Adjust includes.
index 6d2af7c46dd658f223546b3ba6ac37f84e99d7d5..d88297fc36e55ba249ef92fb793e7fe78100245b 100644 (file)
@@ -529,7 +529,7 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
     void
     __sso_string_base<_CharT, _Traits, _Alloc>::
     _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
-             const size_type __len2)
+             size_type __len2)
     {
       const size_type __how_much = _M_length() - __pos - __len1;
       
This page took 0.072902 seconds and 5 git commands to generate.