genode/repos/base/src/lib/cxx
Christian Helmuth b35df4578b Check Registered base class provides virtual destructor
The base class of Registered must provide a virtual destructor to enable
safe deletion with just a base class pointer. This requirement can be
lifted by using Registered_no_delete in places where the deletion
property is not needed.

Fixes #2331
2017-03-24 16:20:04 +01:00
..
exception.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
guard.cc Check Registered base class provides virtual destructor 2017-03-24 16:20:04 +01:00
malloc_free.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
misc.cc Terminate if pure virtual function is called 2017-03-15 12:24:41 +01:00
new_delete.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
unwind.c Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00