Skip to content
Snippets Groups Projects
Commit bf3c3b4b authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Nikita Pettik
Browse files

bps: add successor argument to insertion function

Common insertion function in BSP tree can make a replacement
or insertion.

When a replacement happens, a replaced element is returned via
special agrument.

Let's add another argument of the function for the case of
insetion: an element before which then insertion happened will
be returned via that argument.

Part of #5628
parent df7af443
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment