You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The memory::pool::ipc::ptr_handle_t is used both in ipc.hpp and in memory_pool.hpp, but defined only in the former; and the latter file does not depend on any other definition in the former file. So, let's just move it up into types.hpp.