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 2009/08/27 12:34:09 UTC

svn commit: r808355 - in /stdcxx/branches/4.2.x: etc/config/src/ src/

Author: faridz
Date: Thu Aug 27 10:34:08 2009
New Revision: 808355

URL: http://svn.apache.org/viewvc?rev=808355&view=rev
Log:
2009-08-27  Farid Zaripov  <fa...@apache.org>

	* etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777603.
	* etc/config/src/INVALID_ARGUMENT_DTOR.cpp: Same.
	* etc/config/src/LENGTH_ERROR_DTOR.cpp: Same.
	* etc/config/src/LOGIC_ERROR_DTOR.cpp: Same.
	* etc/config/src/OUT_OF_RANGE_DTOR.cpp: Same.
	* etc/config/src/OVERFLOW_ERROR_DTOR.cpp: Same.
	* etc/config/src/RANGE_ERROR_DTOR.cpp: Same.
	* etc/config/src/RUNTIME_ERROR_DTOR.cpp: Same.
	* etc/config/src/UNDERFLOW_ERROR_DTOR.cpp: Same.
	* src/domain_error.cpp: Same.
	* src/invalid_argument.cpp: Same.
	* src/length_error.cpp: Same.
	* src/logic_error.cpp: Same.
	* src/out_of_range.cpp: Same.
	* src/overflow_error.cpp: Same.
	* src/range_error.cpp: Same.
	* src/runtime_error.cpp: Same.
	* src/underflow_error.cpp: Same.

Removed:
    stdcxx/branches/4.2.x/etc/config/src/DOMAIN_ERROR_DTOR.cpp
    stdcxx/branches/4.2.x/etc/config/src/INVALID_ARGUMENT_DTOR.cpp
    stdcxx/branches/4.2.x/etc/config/src/LENGTH_ERROR_DTOR.cpp
    stdcxx/branches/4.2.x/etc/config/src/LOGIC_ERROR_DTOR.cpp
    stdcxx/branches/4.2.x/etc/config/src/OUT_OF_RANGE_DTOR.cpp
    stdcxx/branches/4.2.x/etc/config/src/OVERFLOW_ERROR_DTOR.cpp
    stdcxx/branches/4.2.x/etc/config/src/RANGE_ERROR_DTOR.cpp
    stdcxx/branches/4.2.x/etc/config/src/RUNTIME_ERROR_DTOR.cpp
    stdcxx/branches/4.2.x/etc/config/src/UNDERFLOW_ERROR_DTOR.cpp
Modified:
    stdcxx/branches/4.2.x/src/domain_error.cpp
    stdcxx/branches/4.2.x/src/invalid_argument.cpp
    stdcxx/branches/4.2.x/src/length_error.cpp
    stdcxx/branches/4.2.x/src/logic_error.cpp
    stdcxx/branches/4.2.x/src/out_of_range.cpp
    stdcxx/branches/4.2.x/src/overflow_error.cpp
    stdcxx/branches/4.2.x/src/range_error.cpp
    stdcxx/branches/4.2.x/src/runtime_error.cpp
    stdcxx/branches/4.2.x/src/underflow_error.cpp

Modified: stdcxx/branches/4.2.x/src/domain_error.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/domain_error.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/domain_error.cpp (original)
+++ stdcxx/branches/4.2.x/src/domain_error.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_DOMAIN_ERROR_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ domain_error::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_DOMAIN_ERROR_DTOR
-
 }   // namespace std

Modified: stdcxx/branches/4.2.x/src/invalid_argument.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/invalid_argument.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/invalid_argument.cpp (original)
+++ stdcxx/branches/4.2.x/src/invalid_argument.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_INVALID_ARGUMENT_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ invalid_argument::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_INVALID_ARGUMENT_DTOR
-
 }   // namespace std

Modified: stdcxx/branches/4.2.x/src/length_error.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/length_error.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/length_error.cpp (original)
+++ stdcxx/branches/4.2.x/src/length_error.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_LENGTH_ERROR_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ length_error::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_LENGTH_ERROR_DTOR
-
 }   // namespace std

Modified: stdcxx/branches/4.2.x/src/logic_error.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/logic_error.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/logic_error.cpp (original)
+++ stdcxx/branches/4.2.x/src/logic_error.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_LOGIC_ERROR_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ logic_error::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_LOGIC_ERROR_DTOR
-
 }   // namespace std

Modified: stdcxx/branches/4.2.x/src/out_of_range.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/out_of_range.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/out_of_range.cpp (original)
+++ stdcxx/branches/4.2.x/src/out_of_range.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_OUT_OF_RANGE_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ out_of_range::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_OUT_OF_RANGE_DTOR
-
 }   // namespace std

Modified: stdcxx/branches/4.2.x/src/overflow_error.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/overflow_error.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/overflow_error.cpp (original)
+++ stdcxx/branches/4.2.x/src/overflow_error.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_OVERFLOW_ERROR_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ overflow_error::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_OVERFLOW_ERROR_DTOR
-
 }   // namespace std

Modified: stdcxx/branches/4.2.x/src/range_error.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/range_error.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/range_error.cpp (original)
+++ stdcxx/branches/4.2.x/src/range_error.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_RANGE_ERROR_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ range_error::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_RANGE_ERROR_DTOR
-
 }   // namespace std

Modified: stdcxx/branches/4.2.x/src/runtime_error.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/runtime_error.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/runtime_error.cpp (original)
+++ stdcxx/branches/4.2.x/src/runtime_error.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_RUNTIME_ERROR_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ runtime_error::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_RUNTIME_ERROR_DTOR
-
 }   // namespace std

Modified: stdcxx/branches/4.2.x/src/underflow_error.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/underflow_error.cpp?rev=808355&r1=808354&r2=808355&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/underflow_error.cpp (original)
+++ stdcxx/branches/4.2.x/src/underflow_error.cpp Thu Aug 27 10:34:08 2009
@@ -32,8 +32,6 @@
 
 _RWSTD_NAMESPACE (std) {
 
-#ifdef _RWSTD_NO_UNDERFLOW_ERROR_DTOR
-
 // outlined to avoid generating a vtable in each translation unit
 // that uses the class
 /* virtual */ underflow_error::
@@ -42,6 +40,4 @@
     // no-op
 }
 
-#endif   // _RWSTD_NO_UNDERFLOW_ERROR_DTOR
-
 }   // namespace std