This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

[libstdc++] Patch for include/bits/stl_iterator_base_types.h


There is a typo in the file include/bits/stl_iterator_base_types.h. 
The underscore in the pragma GCC system_header is missing.   

2001-04-03  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

* include/bits/stl_iterator_base_types.h: Fix typo
	  
*** libstdc++-v3/include/bits/stl_iterator_base_types.h.orig	Tue Apr  3 14:41:16 2001
--- libstdc++-v3/include/bits/stl_iterator_base_types.h	Tue Apr  3 21:09:09 2001
***************
*** 36,42 ****
  // The internal file stl_iterator.h contains predefined iterators, 
  // such as front_insert_iterator and istream_iterator.
  
! #pragma GCC system header
  
  namespace std
  {
--- 36,42 ----
  // The internal file stl_iterator.h contains predefined iterators, 
  // such as front_insert_iterator and istream_iterator.
  
! #pragma GCC system_header
  
  namespace std
  {


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