xo-reader2 stack: misc qol improvements + improve reader2 utest
This commit is contained in:
parent
854a8dcc48
commit
8f97502677
5 changed files with 52 additions and 1 deletions
13
xo-expression2/include/xo/expression2/Constant.hpp
Normal file
13
xo-expression2/include/xo/expression2/Constant.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @file Constant.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DConstant.hpp"
|
||||
#include "detail/IExpression_DConstant.hpp"
|
||||
#include "detail/IGCObject_DConstant.hpp"
|
||||
#include "detail/IPrintable_DConstant.hpp"
|
||||
|
||||
/* end Constant.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue