xo-reader2: + regression2_register_facets()

This commit is contained in:
Roland Conybeare 2026-01-18 18:57:33 -05:00
commit 74db591328
4 changed files with 53 additions and 1 deletions

View file

@ -0,0 +1,15 @@
/** @file reader2_register_facets.hpp
*
* @author Roland Conybeare, Jan 2026
**/
#pragma once
namespace xo {
namespace scm {
/** Register reader2 (facet,impl) combinations with FacetRegistry **/
bool reader2_register_facets();
}
}
/* end reader2_register_facets.hpp */