One more private label to section this off from the data part.

This commit is contained in:
Alexander McCord 2024-05-26 15:47:56 -07:00
parent b574667c80
commit 1f05cf27c3

View file

@ -56,6 +56,7 @@ class Language
const char* tag;
char buffer[std::max({sizeof(Ts)...})];
private:
template<typename T>
using WithinDomain = std::disjunction<std::is_same<std::decay_t<T>, Ts>...>;