diff options
Diffstat (limited to 'compat/vector-wrapper-fwd.hpp')
-rw-r--r-- | compat/vector-wrapper-fwd.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/vector-wrapper-fwd.hpp b/compat/vector-wrapper-fwd.hpp index f3da48bc..bba24e4d 100644 --- a/compat/vector-wrapper-fwd.hpp +++ b/compat/vector-wrapper-fwd.hpp @@ -2,7 +2,7 @@ namespace floormat { -enum class vector_wrapper_repr : uint8_t // todo! use this +enum class vector_wrapper_repr : uint8_t { invalid, lvalue_reference_to_vector, |