Author: sebor
Date: Fri Mar 23 11:50:40 2007
New Revision: 521861
URL: http://svn.apache.org/viewvc?view=rev&rev=521861
Log:
2007-03-23 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-368
* string (ctor): Removed unused function formal arguments
from function declaration to silence gcc 3.2.3 warnings.
Modified:
incubator/stdcxx/trunk/include/string
Modified: incubator/stdcxx/trunk/include/string
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/string?view=diff&rev=521861&r1=521860&r2=521861
==============================================================================
--- incubator/stdcxx/trunk/include/string (original)
+++ incubator/stdcxx/trunk/include/string Fri Mar 23 11:50:40 2007
@@ -186,9 +186,8 @@
#endif // _RWSTD_NO_INLINE_MEMBER_TEMPLATES
- basic_string (const_pointer __first, const_pointer __last,
- const allocator_type &__alloc
- _RWSTD_REDECLARED_DEFAULT(allocator_type ()));
+ basic_string (const_pointer, const_pointer, const allocator_type&
+ _RWSTD_REDECLARED_DEFAULT (allocator_type ()));
~basic_string () {
_C_unlink (0);