fix
parent
90350e8584
commit
db5c7fe37f
|
@ -179,10 +179,6 @@ namespace blt::parser {
|
||||||
inline bool isFlag() {
|
inline bool isFlag() {
|
||||||
return isFlag(nextIndex);
|
return isFlag(nextIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool isValue() {
|
|
||||||
return isValue(nextIndex);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct arg_results {
|
struct arg_results {
|
||||||
|
|
Loading…
Reference in New Issue