mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
This resolves LWG 4253, "basic_const_iterator should provide iterator_type" which was approved in Kona 2025. libstdc++-v3/ChangeLog: * include/bits/stl_iterator.h (basic_const_iterator::iterator_type): Define. * testsuite/24_iterators/const_iterator/1.cc: Tests for iterator_type. Reviewed-by: Jonathan Wakely <jwakely@redhat.com> Signed-off-by: Tomasz Kamiński <tkaminsk@redhat.com>