2017-09-11 22:36 GMT+02:00 François Dumont <frs.dum...@gmail.com>: [..] > So my remark was rather for the: > > _Fwd_list_iterator() noexcept > : _M_node() { } > > that could simply be > > _Fwd_list_iterator() = default; > > no ?
Yes, that should be fine. - Daniel