https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102499
--- Comment #1 from cqwrteur <unlvsur at live dot com> --- noexcept is missing for begin() end(). That leads to problem that breaks clang. I manually modify the header file and it works.
unlvsur at live dot com via Gcc-bugs Mon, 27 Sep 2021 09:04:30 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102499
--- Comment #1 from cqwrteur <unlvsur at live dot com> --- noexcept is missing for begin() end(). That leads to problem that breaks clang. I manually modify the header file and it works.