[clang] [clang] Implement CTAD for type alias template. (PR #77890)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 20 08:04:32 PST 2024
================
@@ -39,6 +40,7 @@
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
+#include "llvm/Support/Casting.h"
----------------
cor3ntin wrote:
These new headers probably don't need to be added
https://github.com/llvm/llvm-project/pull/77890
More information about the cfe-commits
mailing list