mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
One more private label to section this off from the data part.
This commit is contained in:
parent
b574667c80
commit
1f05cf27c3
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class Language
|
||||||
const char* tag;
|
const char* tag;
|
||||||
char buffer[std::max({sizeof(Ts)...})];
|
char buffer[std::max({sizeof(Ts)...})];
|
||||||
|
|
||||||
|
private:
|
||||||
template<typename T>
|
template<typename T>
|
||||||
using WithinDomain = std::disjunction<std::is_same<std::decay_t<T>, Ts>...>;
|
using WithinDomain = std::disjunction<std::is_same<std::decay_t<T>, Ts>...>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue