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
The PGI compiler can set FMT_GCC_VERSION >= 700, but it does not recognize gnu::fallthrough
error: fmt/format.h", line 1268: error #1097: unknown attribute "gnu::fallthrough"
The PGI compiler can set
FMT_GCC_VERSION >= 700
, but it does not recognizegnu::fallthrough
error:
fmt/format.h", line 1268: error #1097: unknown attribute "gnu::fallthrough"
Possible fix:
Tested with PGI 20.1
The text was updated successfully, but these errors were encountered: