mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50: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;
|
||||
char buffer[std::max({sizeof(Ts)...})];
|
||||
|
||||
private:
|
||||
template<typename T>
|
||||
using WithinDomain = std::disjunction<std::is_same<std::decay_t<T>, Ts>...>;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue