/** @file init_object2.hpp * * @author Roland Conybeare, Jan 2026 **/ #pragma once #include namespace xo { /* tag to represent the xo-expression2/ subsystem within ordered initialization */ enum S_object2_tag {}; template <> struct InitSubsys { static void init(); static InitEvidence require(); }; } /*namespace xo*/ /* end init_object2.hpp */