xo-gc: missed files in prev commit
This commit is contained in:
parent
b1155655d5
commit
d0fea5fcf1
2 changed files with 62 additions and 0 deletions
20
include/xo/gc/setup_gc.hpp
Normal file
20
include/xo/gc/setup_gc.hpp
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue