+ xo-numeric/ [WIP]

This commit is contained in:
Roland Conybeare 2026-02-18 13:44:57 -05:00
commit 070d333a07
16 changed files with 663 additions and 6 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 */