mizvekov added a comment. Thanks.
Reduced to:
void foo();
template <void () = foo> void bar() {}
template void bar<>();
template void bar<foo>();
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133874/new/
https://reviews.llvm.org/D133874
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
