Author: faridz
Date: Thu Aug 27 10:37:51 2009
New Revision: 808358

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

        * etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777607.
        * 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/trunk/etc/config/src/DOMAIN_ERROR_DTOR.cpp
    stdcxx/trunk/etc/config/src/INVALID_ARGUMENT_DTOR.cpp
    stdcxx/trunk/etc/config/src/LENGTH_ERROR_DTOR.cpp
    stdcxx/trunk/etc/config/src/LOGIC_ERROR_DTOR.cpp
    stdcxx/trunk/etc/config/src/OUT_OF_RANGE_DTOR.cpp
    stdcxx/trunk/etc/config/src/OVERFLOW_ERROR_DTOR.cpp
    stdcxx/trunk/etc/config/src/RANGE_ERROR_DTOR.cpp
    stdcxx/trunk/etc/config/src/RUNTIME_ERROR_DTOR.cpp
    stdcxx/trunk/etc/config/src/UNDERFLOW_ERROR_DTOR.cpp
Modified:
    stdcxx/trunk/src/domain_error.cpp
    stdcxx/trunk/src/invalid_argument.cpp
    stdcxx/trunk/src/length_error.cpp
    stdcxx/trunk/src/logic_error.cpp
    stdcxx/trunk/src/out_of_range.cpp
    stdcxx/trunk/src/overflow_error.cpp
    stdcxx/trunk/src/range_error.cpp
    stdcxx/trunk/src/runtime_error.cpp
    stdcxx/trunk/src/underflow_error.cpp

Modified: stdcxx/trunk/src/domain_error.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/domain_error.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/domain_error.cpp (original)
+++ stdcxx/trunk/src/domain_error.cpp Thu Aug 27 10:37:51 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/trunk/src/invalid_argument.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/invalid_argument.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/invalid_argument.cpp (original)
+++ stdcxx/trunk/src/invalid_argument.cpp Thu Aug 27 10:37:51 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/trunk/src/length_error.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/length_error.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/length_error.cpp (original)
+++ stdcxx/trunk/src/length_error.cpp Thu Aug 27 10:37:51 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/trunk/src/logic_error.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/logic_error.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/logic_error.cpp (original)
+++ stdcxx/trunk/src/logic_error.cpp Thu Aug 27 10:37:51 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/trunk/src/out_of_range.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/out_of_range.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/out_of_range.cpp (original)
+++ stdcxx/trunk/src/out_of_range.cpp Thu Aug 27 10:37:51 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/trunk/src/overflow_error.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/overflow_error.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/overflow_error.cpp (original)
+++ stdcxx/trunk/src/overflow_error.cpp Thu Aug 27 10:37:51 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/trunk/src/range_error.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/range_error.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/range_error.cpp (original)
+++ stdcxx/trunk/src/range_error.cpp Thu Aug 27 10:37:51 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/trunk/src/runtime_error.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/runtime_error.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/runtime_error.cpp (original)
+++ stdcxx/trunk/src/runtime_error.cpp Thu Aug 27 10:37:51 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/trunk/src/underflow_error.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/underflow_error.cpp?rev=808358&r1=808357&r2=808358&view=diff
==============================================================================
--- stdcxx/trunk/src/underflow_error.cpp (original)
+++ stdcxx/trunk/src/underflow_error.cpp Thu Aug 27 10:37:51 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


Reply via email to