15 lines
296 B
C++
15 lines
296 B
C++
/** @file alloc2_register_facets.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
namespace xo {
|
|
namespace mm {
|
|
/** Register alloc2 (facet,impl) combinations with Facet Registry **/
|
|
bool alloc2_register_facets();
|
|
}
|
|
}
|
|
|
|
/* end alloc2_register_facets.hpp */
|