From 1f05cf27c30cd925dd5425c793211c79ff921487 Mon Sep 17 00:00:00 2001 From: Alexander McCord Date: Sun, 26 May 2024 15:47:56 -0700 Subject: [PATCH] One more private label to section this off from the data part. --- EqSat/include/Luau/Language.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EqSat/include/Luau/Language.h b/EqSat/include/Luau/Language.h index 14581919..76bb6c5d 100644 --- a/EqSat/include/Luau/Language.h +++ b/EqSat/include/Luau/Language.h @@ -56,6 +56,7 @@ class Language const char* tag; char buffer[std::max({sizeof(Ts)...})]; +private: template using WithinDomain = std::disjunction, Ts>...>;