-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
Using ZakKemble 15.2 avr-gcc compiler I get following errors:
include/bits/stl_iterator.h:2155:47: error: 'const class std::counted_iterator<_It>' has no member named '_M_current' [-Wtemplate-body]
2155 | noexcept(noexcept(ranges::iter_move(__i._M_current)))
| ^~~~~~~~~~
include/bits/stl_iterator.h:2163:49: error: 'const class std::counted_iterator<_It>' has no member named '_M_current' [-Wtemplate-body]
2163 | noexcept(noexcept(ranges::iter_swap(__x._M_current, __y._M_current)))
| ^~~~~~~~~~
~~~~
I know you are using gcc-14.2 but I like to already report is so other know about it.
Metadata
Metadata
Assignees
Labels
No labels