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 text was updated successfully, but these errors were encountered:
yujincheng08
changed the title
Failed to detech trunk clang to supoort pre-compiled format
Failed to detect trunk clang to supoort pre-compiled format
Jun 7, 2024
The compiler reports class types in non-type template parameters as not supported: https://godbolt.org/z/5G1ro8G35. But we could check the clang version explicitly and enable this anyway (a PR is welcome).
vitaut
changed the title
Failed to detect trunk clang to supoort pre-compiled format
Failed to detect trunk clang to support pre-compiled format
Jun 8, 2024
This one does not compile: https://godbolt.org/z/x315Y9q8Y
However, once we manually define
FMT_USE_NONTYPE_TEMPLATE_ARGS
, it does compile: https://godbolt.org/z/nf1YPfMvGThe text was updated successfully, but these errors were encountered: