mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-18 15:44:46 +02:00

We reinterpret cast int to T* (because someone might compare 0 to a ptr), which causes 4312 to fire when x64 platform is set. Fixes #148
We reinterpret cast int to T* (because someone might compare 0 to a ptr), which causes 4312 to fire when x64 platform is set. Fixes #148