diff options
Diffstat (limited to '')
-rw-r--r-- | src/stackindex.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stackindex.hpp b/src/stackindex.hpp index 7c2c17a..1c2ce8c 100644 --- a/src/stackindex.hpp +++ b/src/stackindex.hpp | |||
@@ -5,6 +5,12 @@ | |||
5 | DECLARE_UNIQUE_TYPE(StackIndex, int); | 5 | DECLARE_UNIQUE_TYPE(StackIndex, int); |
6 | static_assert(std::is_trivial_v<StackIndex>); | 6 | static_assert(std::is_trivial_v<StackIndex>); |
7 | 7 | ||
8 | DECLARE_UNIQUE_TYPE(UserValueCount, int); | ||
9 | static_assert(std::is_trivial_v<UserValueCount>); | ||
10 | |||
11 | DECLARE_UNIQUE_TYPE(UnusedInt, int); | ||
12 | static_assert(std::is_trivial_v<UserValueCount>); | ||
13 | |||
8 | // ################################################################################################# | 14 | // ################################################################################################# |
9 | 15 | ||
10 | static constexpr StackIndex kIdxRegistry{ LUA_REGISTRYINDEX }; | 16 | static constexpr StackIndex kIdxRegistry{ LUA_REGISTRYINDEX }; |