Author: faridz
Date: Thu Sep 6 07:41:32 2007
New Revision: 573285
URL: http://svn.apache.org/viewvc?rev=573285&view=rev
Log:
2007-09-06 Farid Zaripov <[EMAIL PROTECTED]>
* gencat.cpp (main): Resolve ambiguity of overloaded methods.
Modified:
incubator/stdcxx/trunk/util/gencat.cpp
Modified: incubator/stdcxx/trunk/util/gencat.cpp
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/gencat.cpp?rev=573285&r1=573284&r2=573285&view=diff
==============================================================================
--- incubator/stdcxx/trunk/util/gencat.cpp (original)
+++ incubator/stdcxx/trunk/util/gencat.cpp Thu Sep 6 07:41:32 2007
@@ -127,7 +127,7 @@
}
if (std::string::npos != cmd.find (' ')) {
- cmd.insert (0, 1, '\"');
+ cmd.insert (cmd.begin (), 1, '\"');
cmd.push_back ('\"');
}