Author: elemings
Date: Tue Jun 17 23:28:47 2008
New Revision: 669095

URL: http://svn.apache.org/viewvc?rev=669095&view=rev
Log:
2008-06-18  Eric Lemings <[EMAIL PROTECTED]>

        STDCXX-958
        * include/rw/_tuple_traits.h: Include <rw/_defs.h> header before
        checking configuration macros.


Modified:
    stdcxx/branches/4.3.x/include/rw/_tuple_traits.h

Modified: stdcxx/branches/4.3.x/include/rw/_tuple_traits.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_tuple_traits.h?rev=669095&r1=669094&r2=669095&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_tuple_traits.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_tuple_traits.h Tue Jun 17 23:28:47 2008
@@ -30,10 +30,11 @@
 #ifndef _RWSTD_RW_TUPLE_TRAITS_INCLUDED
 #  define _RWSTD_RW_TUPLE_TRAITS_INCLUDED
 
+#  include <rw/_defs.h>
+
 #  if !defined _RWSTD_NO_EXT_CXX_0X \
       && !defined _RWSTD_NO_VARIADIC_TEMPLATES
 
-#    include <rw/_defs.h>
 #    include <rw/_meta_help.h>  // for __rw_true_type
 
 


Reply via email to