You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2012/01/11 23:27:51 UTC

svn commit: r1230288 - /stdcxx/trunk/doc/stdlibref/basic-string.html

Author: faridz
Date: Wed Jan 11 22:27:51 2012
New Revision: 1230288

URL: http://svn.apache.org/viewvc?rev=1230288&view=rev
Log:
2012-01-12  Farid Zaripov  <fa...@apache.org>

	STDCXX-1047
	* stdlibref/basic-string.html: Added missing '&' character in reference type.

Modified:
    stdcxx/trunk/doc/stdlibref/basic-string.html

Modified: stdcxx/trunk/doc/stdlibref/basic-string.html
URL: http://svn.apache.org/viewvc/stdcxx/trunk/doc/stdlibref/basic-string.html?rev=1230288&r1=1230287&r2=1230288&view=diff
==============================================================================
--- stdcxx/trunk/doc/stdlibref/basic-string.html (original)
+++ stdcxx/trunk/doc/stdlibref/basic-string.html Wed Jan 11 22:27:51 2012
@@ -1336,7 +1336,7 @@ basic_ostream&lt;charT, traits&gt;&amp;
 
 <A NAME="idx390"></A><PRE>
 template &lt;class Stream, class charT, class traits, class Allocator&gt;
-basic_istream&lt;charT, traits&gt;
+basic_istream&lt;charT, traits&gt;&amp;
 <B>getline</B>(basic_istream&lt;charT, traits&gt; is, 
          basic_string&lt;charT, traits allocator&gt; &amp;str, charT delim);</PRE>
 <UL>