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 9faeedc commit c3bdd2f
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 @@ -96,7 +96,7 @@ class cs
#elif defined __GNUC__
{ "e = ", ';', "<unnamed>", '<' }, { "T = ", ']', "{anonymous}", '{' },
#elif defined _MSC_VER
{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "::tpeek", '<', "enum `anonymous-namespace'::", '`' },
{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "::tpeek", '<', "`anonymous-namespace'::", '`' },
{ "", '\0', "enum ", '\0' }, { "", '\0', "class ", '\0' },
//{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "enum ", '>', "enum `anonymous-namespace'", '`' }, { "class ", '>', "", 0 },
#else
Expand Down

0 comments on commit c3bdd2f

Please sign in to comment.