Merge pull request #20 from Lucasnribeiro/fix-static-keywords

fix: non static variable
This commit is contained in:
Ranieri
2026-01-28 12:30:28 -03:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
namespace ps2recomp
{
static const std::unordered_set<std::string> kKeywords = {
const std::unordered_set<std::string> kKeywords = {
"alignas", "alignof", "and", "and_eq", "asm", "auto", "bitand", "bitor", "bool",
"break", "case", "catch", "char", "char8_t", "char16_t", "char32_t", "class",
"compl", "concept", "const", "consteval", "constexpr", "constinit", "const_cast",