You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by el...@apache.org on 2008/06/18 08:28:47 UTC

svn commit: r669095 - /stdcxx/branches/4.3.x/include/rw/_tuple_traits.h

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 <er...@roguewave.com>

	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