Closed OfekShilon closed 9 months ago
The exact assertion text is "Vector iterators incompatible", but MSVC is right to assert here, in the (common) case where taken_switch_id isn't initialized.
taken_switch_id
FYI: for gcc/clang the libstdc++ will also most likly assert when the program is compiled with -D_GLIBCXX_DEBUG
The exact assertion text is "Vector iterators incompatible", but MSVC is right to assert here, in the (common) case where
taken_switch_id
isn't initialized.