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
LLVM recently got a fix llvm/llvm-project@f46d146 for some template issues which are now causing the file include\ctre\wrapper.hpp to fail to compile with an error:
include\ctre\wrapper.hpp:173:27: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
170 | return Method::template exec();
| ^
1 error generated.
I filed a bug with llvm (llvm/llvm-project#94194) where it was confirmed that clang is correct and the code needs to be updated.