This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Don't include <iostream> from ext/ropeimpl.h


Hi,

The title says it all.

Tested on i686-pc-cygwin.

Petur

2003-08-18  Petur Runolfsson  <peturr02@ru.is>

	* include/ext/ropeimpl.h:
	#include <ostream> instead of <iostream>

Index: include/ext/ropeimpl.h
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/include/ext/ropeimpl.h,v
retrieving revision 1.21
diff -c -3 -p -r1.21 ropeimpl.h
*** include/ext/ropeimpl.h	14 Jul 2003 02:52:05 -0000	1.21
--- include/ext/ropeimpl.h	18 Aug 2003 10:01:53 -0000
***************
*** 46,52 ****
   */
  
  #include <cstdio>     
! #include <iostream>
  #include <bits/functexcept.h>
  
  #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
--- 46,52 ----
   */
  
  #include <cstdio>     
! #include <ostream>
  #include <bits/functexcept.h>
  
  #include <ext/algorithm> // For copy_n and lexicographical_compare_3way



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]