Skip to content

Commit

Permalink
msvc type fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Jun 10, 2024
1 parent d8a8145 commit 6bd3928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fix8/conjure_enum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ class cs
#elif defined __GNUC__
{ "e = ", ';', "<unnamed>", '<' }, { "T = ", ']', "{anonymous}", '{' },
#elif defined _MSC_VER
{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "::tpeek", '<', "`anonymous-namespace'::", '`' },
{ "", '\0', "enum `anonymous-namespace'::", '\0' },
{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "::tpeek", '<', "enum `anonymous-namespace'::", '`' },
{ "", '\0', "`anonymous-namespace'::", '\0' },
{ "", '\0', "enum ", '\0' }, { "", '\0', "class ", '\0' }, { "", '\0', "struct ", '\0' },
//{ "epeek<", '>', "`anonymous-namespace'", '`' }, { "enum ", '>', "enum `anonymous-namespace'", '`' }, { "class ", '>', "", 0 },
#else
Expand Down

0 comments on commit 6bd3928

Please sign in to comment.