Rename BaseV to ValidBaseV

This commit is contained in:
Rangi
2026-06-09 17:55:38 -04:00
parent 6b2b6e6000
commit 0b91bf654b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ static std::string readKeyword(int initial) {
}
template<uint32_t Base>
requires BaseV<Base>
requires ValidBaseV<Base>
static yy::parser::symbol_type readNumber(int initial, char const *prefix, char const *name) {
LexerStackEntry &context = lexerStack.back();
uint32_t number;