[clang] [clang] Implement P2582R1: CTAD from inherited constructors (PR #98788)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 27 18:45:37 PDT 2024
================
@@ -1960,24 +1960,38 @@ class ExplicitSpecifier {
class CXXDeductionGuideDecl : public FunctionDecl {
void anchor() override;
+public:
+ enum class SourceKind {
----------------
antangelo wrote:
Done, renamed to `SourceDeductionGuideKind` to align with the class member and added a comment
https://github.com/llvm/llvm-project/pull/98788
More information about the cfe-commits
mailing list