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:39:56 UTC

svn commit: r683727 - /stdcxx/branches/4.2.x/src/collate.cpp

Author: vitek
Date: Thu Aug  7 14:39:55 2008
New Revision: 683727

URL: http://svn.apache.org/viewvc?rev=683727&view=rev
Log:
2008-08-06  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/branches/4.2.x/src/collate.cpp

Modified: stdcxx/branches/4.2.x/src/collate.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/collate.cpp?rev=683727&r1=683726&r2=683727&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/collate.cpp (original)
+++ stdcxx/branches/4.2.x/src/collate.cpp Thu Aug  7 14:39:55 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