mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-24 13:05:41 +00:00
Instead of Pointer<T>::set use assignment operator with implicit constructor from T-reference. Instead of Pointer<T>::unset use assignment operator with Pointer<T>(). Instead of Pointer<T>::deref provide () operator. Issue #2730
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.