Skip to content

Commit

Permalink
msvc type fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Jun 6, 2024
1 parent 6bdd0b6 commit 08e0807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fix8/conjure_enum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<sval N, stype V> // can't have constexpr decompositions! (but why not?)
Expand Down

0 comments on commit 08e0807

Please sign in to comment.