xo-XXX -> .xo-XXX (prep subrepo)

This commit is contained in:
Roland Conybeare 2026-06-06 22:00:54 -04:00
commit cf0bd4d975
2105 changed files with 0 additions and 0 deletions

View file

@ -1,25 +0,0 @@
/** @file SetupReader2.hpp
*
* @author Roland Conybeare, Jan 2026
**/
#pragma once
#include <xo/alloc2/Collector.hpp>
namespace xo {
namespace scm {
struct SetupReader2 {
public:
using ACollector = xo::mm::ACollector;
public:
/** Register reader2 (facet,impl) combinations with FacetRegistry **/
static bool register_facets();
/** Register object types with @p gc **/
static bool register_types(obj<ACollector> gc);
};
}
}
/* end SetupReader2.hpp */