refactor: update ParserHelper

- update the implementation of ParserHelper from locale-based std::to_string, std::stod, std::stoull, to locale-independent function std::from_chars and std::to_chars.
- rename TerminalHelper to ConsoleHelper.
This commit is contained in:
2024-05-31 12:12:48 +08:00
parent 7044a0cff2
commit 67bd445885
6 changed files with 81 additions and 57 deletions

View File

@ -1,13 +1,13 @@
# Setup file lists up
set(YYCC_HEADER ${CMAKE_CURRENT_LIST_DIR})
set(YYCC_SRC
ConsoleHelper.cpp
DialogHelper.cpp
EncodingHelper.cpp
ExceptionHelper.cpp
IOHelper.cpp
ParserHelper.cpp
StringHelper.cpp
TerminalHelper.cpp
)
# Create static library