/** @file SetupObject2.hpp * * @author Roland Conybeare, Jan 2026 **/ #pragma once #include namespace xo { namespace scm { struct SetupObject2 { public: using ACollector = xo::mm::ACollector; public: static bool register_facets(); static bool register_types(obj gc); }; } } /* end object2_register_facets.hpp */