Commit 22b6a9c1 by Jonathan Wakely Committed by Jonathan Wakely

Reduce header dependencies in <iterator>

	* include/std/iterator: Include <iosfwd> instead of <istream> and
	<ostream>.

From-SVN: r271169
parent 7198e982
2019-05-14 Jonathan Wakely <jwakely@redhat.com>
* include/std/iterator: Include <iosfwd> instead of <istream> and
<ostream>.
* include/bits/stl_tree.h (_Rb_tree::erase(const Key*, const Key*)):
Remove unused, non-standard function.
......
......@@ -61,8 +61,7 @@
#include <bits/stl_iterator_base_types.h>
#include <bits/stl_iterator_base_funcs.h>
#include <bits/stl_iterator.h>
#include <ostream>
#include <istream>
#include <iosfwd>
#include <bits/stream_iterator.h>
#include <bits/streambuf_iterator.h>
#include <bits/range_access.h>
......
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