Created on 2025-12-10.00:00:00 last changed 3 weeks ago
The `noexcept` specification of concat_view::iterator's `iter_swap` has noexcept(ranges::swap(*x, *y)), where `x` and `y` is concat_view::iterator. However, concat_view::iterator's `operator*` does not have a `noexcept` specification, therefore noexcept(ranges::swap(*x, *y)) is always `false` and then the `noexcept` specification of concat_view::iterator's `iter_swap` is always `noexcept(false)`.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2025-12-10 00:00:00 | admin | create | |