Use templates to reduce the redundant number-lexing functions (#1963)

This commit is contained in:
Rangi
2026-05-21 23:13:09 +02:00
committed by GitHub
parent 1871b0a0b8
commit 48fcd9a0ca
8 changed files with 121 additions and 216 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include "helpers.hpp"
#include "style.hpp"
#include "util.hpp" // isDigit
#include "util.hpp" // parseNumber
void warnx(char const *fmt, ...) {
va_list ap;