You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by vi...@apache.org on 2008/08/07 23:44:06 UTC

svn commit: r683729 - /stdcxx/trunk/src/collate.cpp

Author: vitek
Date: Thu Aug  7 14:44:06 2008
New Revision: 683729

URL: http://svn.apache.org/viewvc?rev=683729&view=rev
Log:
2008-08-07  Travis Vitek  <vi...@roguewave.com>

	Merge r683727 from branches/4.2.x:

	2008-08-07  Travis Vitek  <vi...@roguewave.com>

	* src/collate.cpp (__rw_hash): Add throw spec to make
	explicit instantiation request consistent with template
	declaration and resolve compile failures.


Modified:
    stdcxx/trunk/src/collate.cpp

Modified: stdcxx/trunk/src/collate.cpp
URL: http://svn.apache.org/viewvc/stdcxx/trunk/src/collate.cpp?rev=683729&r1=683728&r2=683729&view=diff
==============================================================================
--- stdcxx/trunk/src/collate.cpp (original)
+++ stdcxx/trunk/src/collate.cpp Thu Aug  7 14:44:06 2008
@@ -822,11 +822,11 @@
 // templates even of they are completely defined in .cpp files
 // (e.g., Compaq C++)
 
-template long __rw_hash (const char*, const char*);
+template long __rw_hash (const char*, const char*) _THROWS(());
 
 #    ifndef _RWSTD_NO_WCHAR_T
 
-template long __rw_hash (const wchar_t*, const wchar_t*);
+template long __rw_hash (const wchar_t*, const wchar_t*) _THROWS(());
 
 #    endif   // _RWSTD_NO_WCHAR_T