johnmcfarlane / cnl

A Compositional Numeric Library for C++
Boost Software License 1.0
633 stars 63 forks source link

Disable bogus warnings in latest GCC #954

Closed johnmcfarlane closed 2 years ago

johnmcfarlane commented 2 years ago

90% certain this warning is bogus. GCC bug. creduced repro

johnmcfarlane commented 2 years ago

Appears to be introduced by: libstdc++: Implement constexpr std::basic_string for C++20.