You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2008/12/04 23:06:42 UTC

svn commit: r723465 - /stdcxx/branches/4.2.x/include/streambuf.cc

Author: sebor
Date: Thu Dec  4 14:06:42 2008
New Revision: 723465

URL: http://svn.apache.org/viewvc?rev=723465&view=rev
Log:
2008-12-04  Martin Sebor  <se...@apache.org>

	* streambuf.cc (basic_streambuf::uflow): Reverted "_TYPENAME"
	to "typename" change inadvertently introduced in rev 723461.

Modified:
    stdcxx/branches/4.2.x/include/streambuf.cc

Modified: stdcxx/branches/4.2.x/include/streambuf.cc
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/streambuf.cc?rev=723465&r1=723464&r2=723465&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/streambuf.cc (original)
+++ stdcxx/branches/4.2.x/include/streambuf.cc Thu Dec  4 14:06:42 2008
@@ -50,7 +50,7 @@
 
 
 template <class _CharT, class _Traits>
-typename basic_streambuf<_CharT, _Traits>::int_type
+_TYPENAME basic_streambuf<_CharT, _Traits>::int_type
 basic_streambuf<_CharT, _Traits>::
 uflow ()
 {