diff options
Diffstat (limited to 'boot/evaluator.cc')
| -rw-r--r-- | boot/evaluator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/evaluator.cc b/boot/evaluator.cc index 097b6a5..8f414fa 100644 --- a/boot/evaluator.cc +++ b/boot/evaluator.cc @@ -459,7 +459,7 @@ namespace elna::boot { switch (operation) { - using enum binary_operator; + using enum binary_operator; case equals: return constant_value{ true }; case not_equals: @@ -472,7 +472,7 @@ namespace elna::boot { switch (operation) { - using enum binary_operator; + using enum binary_operator; case sum: if constexpr (std::is_same_v<T, integer_literal>) { |
