Skip to content

Commit

Permalink
Remove constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
solar-mist committed Jul 6, 2023
1 parent 6d82d00 commit 09ad207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/lexer/Token.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Lexing
return mText;
}

static inline constexpr std::string TypeToString(TokenType tokenType)
static inline std::string TypeToString(TokenType tokenType)
{
switch(tokenType)
{
Expand Down

0 comments on commit 09ad207

Please sign in to comment.