mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 22:50:54 +00:00
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.