Markus Blatt wrote: > FYI, there are also other issues: > > E.g. for this > > std::map map_; > for( const auto& [key, val] : map_) > > ... > > there is no standard way of just marking one of the extracts as > unused. I think it is fine to just mark both as potentially unused in this case. Ansgar