Standard library header <iterator>
Min standard notice:
This header is part of the iterator library.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 349 | C++98 | the exposition-only member delim ofstd::ostream_iterator had type const char* | corrected to const CharT* |