You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by vi...@apache.org on 2008/07/04 00:18:39 UTC

svn commit: r673851 - /stdcxx/branches/4.3.x/include/functional

Author: vitek
Date: Thu Jul  3 15:18:39 2008
New Revision: 673851

URL: http://svn.apache.org/viewvc?rev=673851&view=rev
Log:
2008-07-03  Travis Vitek  <vi...@roguewave.com>

	* include/functional [_RWSTD_NO_EXT_CXX_0X]: Move <rw/_ref_wrap.h>
	include into conditional block to avoid problems compiling test
	17.names.cpp


Modified:
    stdcxx/branches/4.3.x/include/functional

Modified: stdcxx/branches/4.3.x/include/functional
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/functional?rev=673851&r1=673850&r2=673851&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/functional (original)
+++ stdcxx/branches/4.3.x/include/functional Thu Jul  3 15:18:39 2008
@@ -45,9 +45,9 @@
 
 
 #include <rw/_funcbase.h>
-#include <rw/_ref_wrap.h>
 
 #ifndef _RWSTD_NO_EXT_CXX_0X
+#  include <rw/_ref_wrap.h>
 #  include <rw/_forward.h>
 #endif