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:17:47 UTC

svn commit: r669092 - /stdcxx/branches/4.3.x/include/tuple

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

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

	STDCXX-958
	* include/tuple: Fix spelling of `_RWSTD_NO_RVALUE_REFERENCES'.


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

Modified: stdcxx/branches/4.3.x/include/tuple
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/tuple?rev=669092&r1=669091&r2=669092&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/tuple (original)
+++ stdcxx/branches/4.3.x/include/tuple Tue Jun 17 23:17:47 2008
@@ -64,7 +64,7 @@
 
 #  if !defined _RWSTD_NO_VARIADIC_TEMPLATES
 
-#    if !defined _RWSTD_NO_RVALUE_REFERNCES
+#    if !defined _RWSTD_NO_RVALUE_REFERENCES
 
 template <class... _Types>
 tuple<_TYPENAME _RW::__rw_make_tuple<_Types>::type...>
@@ -85,7 +85,7 @@
 tuple_cat (tuple<_TypesT...>&& __x,
            tuple<_TypesU...>&& __y);
 
-#    endif   // !defined _RWSTD_NO_RVALUE_REFERNCES
+#    endif   // !defined _RWSTD_NO_RVALUE_REFERENCES
 
 template <class... _Types>
 tuple<_Types&...> tie (_Types&...);