15 lines
300 B
C++
15 lines
300 B
C++
/** @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 */
|