1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-30 12:33:52 +00:00
Martin Hořeňovský d7341b5dc1
Add parseUInt utility function
There is an increasing number of places where Catch2 wants to parse
strings into numbers, but being stuck in C++14 world, we do not
have good stdlib facilities to do this (`strtoul` and `stoul`
are both bad).
2022-10-21 10:53:50 +02:00
..
2022-06-21 18:48:44 +02:00
2022-06-21 18:48:44 +02:00
2022-10-21 10:53:50 +02:00
2022-10-21 10:53:50 +02:00
2022-09-28 16:02:10 +02:00
2022-04-14 17:16:01 +02:00
2022-10-17 19:57:58 +02:00
2022-10-17 19:57:58 +02:00
2022-10-21 10:53:50 +02:00