You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2007/11/27 13:43:26 UTC

svn commit: r598616 - /incubator/stdcxx/branches/4.2.x/include/streambuf

Author: faridz
Date: Tue Nov 27 04:43:24 2007
New Revision: 598616

URL: http://svn.apache.org/viewvc?rev=598616&view=rev
Log:
2007-11-27 Farid Zaripov <fa...@epam.com>

	* include/streambuf (imbue): Removed name of the unused parameter.

Modified:
    incubator/stdcxx/branches/4.2.x/include/streambuf

Modified: incubator/stdcxx/branches/4.2.x/include/streambuf
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/include/streambuf?rev=598616&r1=598615&r2=598616&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/include/streambuf (original)
+++ incubator/stdcxx/branches/4.2.x/include/streambuf Tue Nov 27 04:43:24 2007
@@ -247,7 +247,7 @@
     }
 
     // 27.5.2.4.1, p1
-    virtual void imbue (const locale &__loc) {
+    virtual void imbue (const locale&) {
         // do nothing
     }