+ xo-numeric/ [WIP]

This commit is contained in:
Roland Conybeare 2026-02-18 13:44:57 -05:00
commit b8fd087319
13 changed files with 661 additions and 0 deletions

View 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 */