Simplified the implementation of parseNumber()

This commit is contained in:
Benoit Blanchon
2020-09-04 09:23:40 +02:00
parent 5ab53f42b2
commit 6d2ad4539f
11 changed files with 214 additions and 251 deletions

View File

@@ -4,6 +4,7 @@
add_executable(NumbersTests
parseFloat.cpp
parseDouble.cpp
parseInteger.cpp
parseNumber.cpp
)