Author: sebor Date: Tue Oct 16 10:29:13 2007 New Revision: 585200 URL: http://svn.apache.org/viewvc?rev=585200&view=rev Log: 2007-10-16 Martin Sebor STDCXX-600 * include/exception (exception): Partially reverted fix for STDCXX-262 committed in rev 583667 due to the binary incompatibility of the change both with stdcxx 4.1.x as well as with gcc's libsupc++. Modified: incubator/stdcxx/branches/4.2.0/include/exception Modified: incubator/stdcxx/branches/4.2.0/include/exception URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/include/exception?rev=585200&r1=585199&r2=585200&view=diff ============================================================================== --- incubator/stdcxx/branches/4.2.0/include/exception (original) +++ incubator/stdcxx/branches/4.2.0/include/exception Tue Oct 16 10:29:13 2007 @@ -62,11 +62,11 @@ // 18.6.1, p4 exception& operator= (const exception&) _THROWS (()); - // 18.6.1, p8 - virtual const char* what () const _THROWS (()); - // 18.6.1, p6 virtual ~exception () _THROWS (()); + + // 18.6.1, p8 + virtual const char* what () const _THROWS (()); #if defined (__INTEL_COMPILER) && !defined (_MSC_VER)