kpeeters / tree.hh

An STL-like C++ header-only tree library
GNU General Public License v3.0
132 stars 31 forks source link

'move_in_below' declared but not implemented #1

Closed libreliu closed 5 years ago

libreliu commented 5 years ago

Thanks a lot for the tree library. I noticed that 'move_in_below' is declared but seems not to be implemented, but it's in the doc. It took me for a while to figure out what was really happening, lol.

(I think 'move_in' also works in my situation, and I'm just sending this for a reminder)

kpeeters commented 5 years ago

Now fixed with commit edb44045df64efd72dc0dab97388915641987acd .