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/06/12 14:00:50 UTC

svn commit: r546461 - /incubator/stdcxx/trunk/include/ansi/cwchar

Author: faridz
Date: Tue Jun 12 05:00:49 2007
New Revision: 546461

URL: http://svn.apache.org/viewvc?view=rev&rev=546461
Log:
2007-06-12 Farid Zaripov <Fa...@epam.com>

	* cwchar: Added missing ';' in using declarations.

Modified:
    incubator/stdcxx/trunk/include/ansi/cwchar

Modified: incubator/stdcxx/trunk/include/ansi/cwchar
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/ansi/cwchar?view=diff&rev=546461&r1=546460&r2=546461
==============================================================================
--- incubator/stdcxx/trunk/include/ansi/cwchar (original)
+++ incubator/stdcxx/trunk/include/ansi/cwchar Tue Jun 12 05:00:49 2007
@@ -673,7 +673,7 @@
 
 namespace std {
 
-using ::wcscpy
+using ::wcscpy;
 
 #  undef _RWSTD_NO_WCSCPY
 #endif   // _RWSTD_NO_WCSCPY
@@ -728,7 +728,7 @@
 
 namespace std {
 
-using ::wcsftime
+using ::wcsftime;
 
 #endif   // _RWSTD_NO_WCSFTIME