util/NumberParser: rename to CNumberParser

A new NumberParser library based on std::from_chars() will be added.
This commit is contained in:
Max Kellermann
2024-01-04 20:59:16 +01:00
parent b283fe07af
commit 393d57b387
19 changed files with 18 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
#include "BulkEdit.hxx"
#include "util/Exception.hxx"
#include "util/StringAPI.hxx"
#include "util/NumberParser.hxx"
#include "util/CNumberParser.hxx"
#include <fmt/format.h>