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 3, 2024
1 parent da45291 commit 600b749
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 @@ -116,7 +116,7 @@ class cs : private no_construct_or_assign
#elif defined __GNUC__
{ "e = ", ';', "<unnamed>", '<' }, { "T = ", ']', "{anonymous}", '{' },
#elif defined _MSC_VER
{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "::tpeek", '<', "enum `anonymous-namespace'", '`' }, { "<class ", '>', "", "" },
{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "::tpeek", '<', "enum `anonymous-namespace'", '`' }, { "<class ", '>', "", '\0' },
//{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "enum ", '>', "enum `anonymous-namespace'", '`' }, { "class ", '>', "", 0 },
#else
# error "conjure_enum not supported by your compiler"
Expand Down

0 comments on commit 600b749

Please sign in to comment.