compnerd wrote: I'm not sure that this is a pattern we should adopt. @AaronBallman yes this is a compile time optimization only (LLVM's preference for forward declarations to avoid processing the header). I wonder if we can get away with `extern template` here for the benefit.
https://github.com/llvm/llvm-project/pull/211761 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
