#pragma once #include namespace floormat { template struct shared_ptr_wrapper final { std::shared_ptr ptr; }; } // namespace floormat