OSDN Git Service

* algorithm alloc.h defalloc.h hash_map.h hash_set.h iterator
[pf3gnuchains/gcc-fork.git] / libstdc++ / stl / iterator
index 90e6c9c..4ddd208 100644 (file)
 
 #include <stl_config.h>
 #include <stl_relops.h>
-#include <stddef.h>
+#include <stddef.h>       /* XXX should use <cstddef> */
+#if 0                     /* XXX define a flag for this */
+#include <iostream>
+#else
 #include <iostream.h>
+#endif
 #include <stl_iterator.h>
 
 #endif /* __SGI_STL_ITERATOR */