mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-12 22:15:32 +00:00
According to the "rule of three" [1] and C++11 [2] Rpc_in_buffer needs to have an explicit copy constructor since it also has user defined copy assignment operator. Both clang and newer versions of GCC complain about this. [1] https://en.cppreference.com/w/cpp/language/rule_of_three [2] https://www.ece.uvic.ca/~frodo/cppdraft/n4659/html/depr.impldec Issue #3938
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.