xo-gc: missed files in prev commit

This commit is contained in:
Roland Conybeare 2026-04-12 15:06:01 -04:00
commit d0fea5fcf1
2 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,20 @@
/** @file SetupGc.hpp
*
* @author Roland Conybeare, Mar 2026
**/
#pragma once
namespace xo {
namespace mm {
class SetupGc {
public:
/** Register gc (facet,impl) combinations with FacetRegistry **/
static bool register_facets();
};
} /*namespace mm*/
} /*namespace xo*/
/* end SetupGc.hpp */