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
I tried compiling my project that uses modules but not the std module (FASTGLTF_USE_STD_MODULE is also turned off), but I get a compilation error (error: 'std::__promote::type' from module 'fastgltf.' is not present in definition of '__promote<_Args...>' provided earlier).
I presume this should be because the std headers are included after the fastgltf module declaration.
If not, this could be a Clang 19 bug. 🤷♂️
The text was updated successfully, but these errors were encountered:
I tried compiling my project that uses modules but not the std module (
FASTGLTF_USE_STD_MODULE
is also turned off), but I get a compilation error (error: 'std::__promote::type' from module 'fastgltf.' is not present in definition of '__promote<_Args...>' provided earlier).I presume this should be because the std headers are included after the
fastgltf
module declaration.If not, this could be a Clang 19 bug. 🤷♂️
The text was updated successfully, but these errors were encountered: