From 08e08076ec86302d1c0218a54eae6a2c876592b3 Mon Sep 17 00:00:00 2001 From: David Dight Date: Thu, 6 Jun 2024 11:24:50 +1000 Subject: [PATCH] msvc type fix 2 --- include/fix8/conjure_enum.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fix8/conjure_enum.hpp b/include/fix8/conjure_enum.hpp index 2ab12d20..4df36682 100644 --- a/include/fix8/conjure_enum.hpp +++ b/include/fix8/conjure_enum.hpp @@ -126,7 +126,7 @@ class cs : private no_construct_or_assign }; public: - enum class stype { enum_t, type_t, extype_t }; + enum class stype { enum_t, type_t, extype_t0, extype_t1, extype_t2 }; enum class sval { start, end, anon_str, anon_start }; template // can't have constexpr decompositions! (but why not?)