mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
0e0f830a14
Unfortunately, the volatile object does not inherit the noncopyable attribute of the enclosed object. By making all volatile objects noncopyable, we prevent the accidental copying of a noncopyable object wrapped in a volatile object.