[Bug libstdc++/60285] New: std::list::insert(position, x) does not accept const_iterator position
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: petr.kmoch at gmail dot com Created attachment 32176 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32176&action=edit Test case The std::list::insert overload whic
[Bug libstdc++/60285] std::list::insert(position, x) does not accept const_iterator position
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60285 --- Comment #1 from Petr Kmoch --- Created attachment 32177 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32177&action=edit gcc -v output when building test case