Skip to content

Fix to boost multiindex modify throws

Bartek Wrona requested to merge bw_bmi_modify_fix into develop

generic_index::modify wraps originally passed modifier by own lambda to catch exceptions thrown during modifier execution. This way, item erase can be avoided, what leads to chain object invalidation and potential crash.

Edited by Dan Notestein

Merge request reports