mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
removed commented-out code
This commit is contained in:
parent
11fa731dbc
commit
b77f57be5e
@ -326,11 +326,7 @@ static void local_test_safe_mode_with_rearrange()
|
|||||||
|
|
||||||
TRY_SAFE_MODE
|
TRY_SAFE_MODE
|
||||||
i.splice(i.begin(),i);
|
i.splice(i.begin(),i);
|
||||||
#if 0 /* old behavior */
|
|
||||||
CATCH_SAFE_MODE(safe_mode::same_container)
|
|
||||||
#else
|
|
||||||
CATCH_SAFE_MODE(safe_mode::inside_range)
|
CATCH_SAFE_MODE(safe_mode::inside_range)
|
||||||
#endif
|
|
||||||
|
|
||||||
TRY_SAFE_MODE
|
TRY_SAFE_MODE
|
||||||
iterator it;
|
iterator it;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user