+ xo-numeric/ [WIP]
This commit is contained in:
parent
77546db923
commit
b8fd087319
13 changed files with 661 additions and 0 deletions
20
include/xo/numeric/NumericDispatch.hpp
Normal file
20
include/xo/numeric/NumericDispatch.hpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/** @file NumericDispatch.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
||||
class NumericDispatch {
|
||||
public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end NumericDispatch.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue