genode/repos/base-sel4
Martin Stein abf9557bb5 AVL node/tree: make non-copyable
AVL trees can't be copied with the default copy constructor as the
parent pointer of the first item of both of the resulting trees would
point to the original tree. Copying an AVL node, however, generally
violates the integrity of the corresponding tree. The copy constructor
of Avl_tree is used in some places but in those places it can be
replaced easily. So, this commit deletes the copy constructor of
Avl_node_base which makes Avl_node and Avl_tree non-copyable.

Issue #2654
2018-02-09 13:34:23 +01:00
..
doc sel4: 3rd article - porting core to seL4 2015-05-26 09:40:02 +02:00
etc sel4: add Wandboard Quad (iMX6) support 2017-08-17 11:04:21 +02:00
include/sel4 Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
lib core: add support to export log output as ROM 2017-12-21 15:01:46 +01:00
mk/spec Disambiguate kernel-specific file names 2016-12-23 16:51:32 +01:00
patches sel4: use kernel branch 7.0 + our mastered commits 2017-12-21 15:01:45 +01:00
ports sel4: use kernel branch 7.0 + our mastered commits 2017-12-21 15:01:45 +01:00
recipes/src/base-sel4 depot: update recipe hashes 2018-01-17 12:14:44 +01:00
src AVL node/tree: make non-copyable 2018-02-09 13:34:23 +01:00