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/01/16 07:32:02 UTC

svn propchange: r612358 - svn:log

Author: sebor
Revision: 612358
Modified property: svn:log

Modified: svn:log at Tue Jan 15 22:32:02 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jan 15 22:32:02 2008
@@ -1,7 +1,7 @@
 2008-01-15  Martin Sebor  <se...@roguewave.com>
 
 	STDCXX-699
-	* fstream (basic_filebuf): Qualified a call to the virtual member
-	function setbuf() made from the ctor with the name of the class
-	to silence HP aCC 6 remark #4282-D: virtual function is called
+	* include/fstream (basic_filebuf): Qualified a call to the virtual
+	member function setbuf() made from the ctor with the name of the
+	class to silence HP aCC 6 remark #4282-D: virtual function is called
 	from constructor/destructor.