You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like std::experimental::basic_string_view::remove_prefix isn't constexpr until gcc 7.3. Should just be a matter of updating the FMT_GCC_VERSION >= 700 check at the top of core.h.
Links to the relevant lines in gcc source code: 7.2.0 7.3.0
The text was updated successfully, but these errors were encountered:
Looks like
std::experimental::basic_string_view::remove_prefix
isn't constexpr until gcc 7.3. Should just be a matter of updating theFMT_GCC_VERSION >= 700
check at the top ofcore.h
.Links to the relevant lines in gcc source code:
7.2.0
7.3.0
The text was updated successfully, but these errors were encountered: