mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 06:39:22 +00:00
7d641d5f1f
The new 'conditional' method simplifies the typical use case for 'Constructible' objects where the constructed/destructed state depends on a configuration parameter. The method alleviates the need to re-implement the logic again and again. The patch also removes the 'Reconstructible' constructor arguments because they are unused. Fixes #3006