Commit 748fa294 by Jonathan Wakely

trouble.texi (C++ misunderstandings): Fix example code.

2004-08-24  Jonathan Wakely  <redi@gcc.gnu.org>

	* doc/trouble.texi (C++ misunderstandings): Fix example code.

From-SVN: r86470
parent 3d595b46
2004-08-24 Jonathan Wakely <redi@gcc.gnu.org>
* doc/trouble.texi (C++ misunderstandings): Fix example code.
2004-08-24 Nick Clifton <nickc@redhat.com>
* config/m32r/m32r.h (PREDICATE_CODES): Remove duplicate defintion
......
......@@ -1064,7 +1064,7 @@ forces it to remain until the end of the scope of the name. For
example:
@smallexample
string& tmp = strfunc ();
const string& tmp = strfunc ();
charfunc (tmp.c_str ());
@end smallexample
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment