PaulFocus

Results 2 issues of PaulFocus

Hello, using Catch2 v3.4.0. I'm struggling to get the generic range matchers (defined in **matchers/catch_matchers_range_equals.hpp**) to work (as in: compile). I wasn't even able to find an example on the...

Query
Revisit

The mentioned method seems bugged: https://github.com/LibreCAD/libdxfrw/blob/34b65b020e636cf5b356b17eb6dd55fe162fcc70/src/intern/dxfreader.cpp#L251 The member `dxfReader::type` is set before call to `readInt16()`, which overwrites `dxfReader::type`. Therefore enum member `INT64` will never be used, thus the member `dxfReader::int64`...