Skip to content

Exclude iterator_traits for AttributeList from selection

g++13 with c++20 setting was reporting 'private struct __ptr' error when compiling the dictionary. This change fixes that - hopefully without any side effects

Merge request reports