/** @file alloc2_register_facets.cpp * * @author Roland Conybeare, Feb 2026 **/ #include "alloc2_register_facets.hpp" #include #include #include namespace xo { using xo::facet::FacetRegistry; //using xo::facet::TypeRegistry; using xo::reflect::typeseq; namespace mm { bool alloc2_register_facets() { scope log(XO_DEBUG(true)); FacetRegistry::register_impl(); log && log(xtag("DArena.tseq", typeseq::id())); return true; } } /*namespace scm*/ } /*namespace xo*/ /* end alloc2_register_facets.cpp */