xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/
This commit is contained in:
parent
b8fd087319
commit
ac1395ce98
28 changed files with 912 additions and 70 deletions
16
include/xo/numeric/numeric_register_facets.hpp
Normal file
16
include/xo/numeric/numeric_register_facets.hpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/** @file numeric_register_facets.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
/** Setup numeric facet dispatch **/
|
||||
bool numeric_register_facets();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/* end numeric_register_facets.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue