mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-22 20:15:20 +00:00
This patch makes the handling of constructor arguments consistent among the Volatile_object and Lazy_volatile_object classes. Arguments are always forwarded. Otherwise, passing a reference as argument would result in an unwanted copy of the passed object.