You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Missed some changes to preprocessor definitions, include directories and linker inputs - (followup to 1405a19)
A note on iterator debugging:
My Boost 1.55 binaries were built with it enabled, I had no control over that, so I had to enable it for the debug builds, otherwise it wouldn't build because of a mismatch.
From what I gathered it can impact the performance of the debugger because all the extra stuff it needs to do but I can't confirm.
I tried the "_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH" definition in hopes to preserve the current behavior, but this ended up with the exes insta-crashing.
This is life now.
0 commit comments