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/07/02 23:00:55 UTC

svn commit: r673495 - in /stdcxx/branches/4.3.x/include: functional utility

Author: elemings
Date: Wed Jul  2 14:00:54 2008
New Revision: 673495

URL: http://svn.apache.org/viewvc?rev=673495&view=rev
Log:
2008-07-02  Eric Lemings <er...@roguewave.com>

	STDCXX-948
	* include/functional:  Oops.  Used wrong name for C++0x macro
	guard.  Fixed.
	* include/utility: Likewise.


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

Modified: stdcxx/branches/4.3.x/include/functional
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/functional?rev=673495&r1=673494&r2=673495&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/functional (original)
+++ stdcxx/branches/4.3.x/include/functional Wed Jul  2 14:00:54 2008
@@ -47,7 +47,7 @@
 #include <rw/_funcbase.h>
 #include <rw/_ref_wrap.h>
 
-#ifndef _RWSTD_EXT_CXX_0X
+#ifndef _RWSTD_NO_EXT_CXX_0X
 #  include <rw/_forward.h>
 #endif
 

Modified: stdcxx/branches/4.3.x/include/utility
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/utility?rev=673495&r1=673494&r2=673495&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/utility (original)
+++ stdcxx/branches/4.3.x/include/utility Wed Jul  2 14:00:54 2008
@@ -47,7 +47,7 @@
 #include <rw/_pair.h>
 #include <rw/_relops.h>
 
-#ifndef _RWSTD_EXT_CXX_0X
+#ifndef _RWSTD_NO_EXT_CXX_0X
 #  include <rw/_ref_wrap.h>
 #endif