[Bug libstdc++/59042] New: Declaration of back_insert_iterator::value_type is incorrect
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: cdodd at acm dot org The declaration of std::back_insert_iterator::value_type is incorrect in the header file. The following small test program should compile without errors or warnings
[Bug libstdc++/59042] Declaration of back_insert_iterator::value_type is incorrect
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59042 --- Comment #1 from Chris Dodd --- The other type traits of back_insert_iterator should probably not be void, as well.