• Tor Didriksen's avatar
    Backport of · 6766c0d6
    Tor Didriksen authored
    Bug#45523 "Objects of class base_ilist should not be copyable".
                   
    Suppress the compiler-generated public copy constructor
    and assignment operator of class base_ilist; instead, implement
    move_elements_to() function which transfers ownership of elements
    from one list to another.
    6766c0d6
sp_head.cc 105 KB