ZFail

Results 3 issues of ZFail

Heap corruption occurs when using std::cout from multiple threads in TEST_CASE **Reproduction steps** ```c++ #include #include TEST_CASE("cout test") { auto thread1 = std::thread([] { for (size_t i = 0; i...

Аdded support for parsing NaN and Infinity. Serializer already supports this.

### Setup Dockerfile ```Dockerfile FROM mcr.microsoft.com/windows/servercore:ltsc2019 RUN powershell iex(iwr -useb https://chocolatey.org/install.ps1) RUN choco install msys2 -y --params "/NoUpdate" ``` - Version ``` > rm --version rm (GNU coreutils) 8.32 ```...