Ran into an odd MSVC compiler bug today: a missing parenthesis in a specific place, in a large source file, leads compiler into allocating all my RAM, which eventually led my computer to crash. I can reproduce it reliably.
If I uncomment the extra opening brace it reports error normally.
@ocornut Infinite slopcursion.
@pervognsen @ocornut always fun to crash the MSVC compiler (technically not a full crash)