diff options
Diffstat (limited to 'src/intercopycontext.hpp')
-rw-r--r-- | src/intercopycontext.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intercopycontext.hpp b/src/intercopycontext.hpp index cc84017..ece4674 100644 --- a/src/intercopycontext.hpp +++ b/src/intercopycontext.hpp | |||
@@ -7,14 +7,14 @@ class Universe; | |||
7 | 7 | ||
8 | // ################################################################################################# | 8 | // ################################################################################################# |
9 | 9 | ||
10 | enum class VT | 10 | enum class [[nodiscard]] VT |
11 | { | 11 | { |
12 | NORMAL, // keep this one first so that it's the value we get when we default-construct | 12 | NORMAL, // keep this one first so that it's the value we get when we default-construct |
13 | KEY, | 13 | KEY, |
14 | METATABLE | 14 | METATABLE |
15 | }; | 15 | }; |
16 | 16 | ||
17 | enum class InterCopyResult | 17 | enum class [[nodiscard]] InterCopyResult |
18 | { | 18 | { |
19 | Success, | 19 | Success, |
20 | NotEnoughValues, | 20 | NotEnoughValues, |