mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-06 11:10:24 +00:00
e34adf883c
Introduce a new Noncopyable class, one can derive from to mark a class of objects to be uncopyable. This way the compiler can check for any violations for you.