stl_iterator_base_types.h: Fix typo

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

	* include/bits/stl_iterator_base_types.h: Fix typo

From-SVN: r41063
This commit is contained in:
Peter Schmid 2001-04-03 20:40:26 +00:00 committed by Phil Edwards
parent 898d374de9
commit aa53cb52eb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-04-03 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* include/bits/stl_iterator_base_types.h: Fix typo
2001-04-03 Andreas Schwab <schwab@suse.de>
* include/backward/fstream.h: Define filebuf and wfilebuf.

View File

@ -36,7 +36,7 @@
// The internal file stl_iterator.h contains predefined iterators,
// such as front_insert_iterator and istream_iterator.
#pragma GCC system header
#pragma GCC system_header
namespace std
{