diff --git a/include/xo/numeric/detail/INumeric_Xfer.hpp b/include/xo/numeric/detail/INumeric_Xfer.hpp index c9cd2473..bca62e2f 100644 --- a/include/xo/numeric/detail/INumeric_Xfer.hpp +++ b/include/xo/numeric/detail/INumeric_Xfer.hpp @@ -9,10 +9,18 @@ * [iface_facet_any.hpp.j2] * 3. idl for facet methods * [idl/Numeric.json5] + * + * variables: + * {facet_hpp_fname} -> Numeric.hpp + * {impl_hpp_subdir} -> detail + * {facet_ns1} -> xo + * {facet_detail_subdir} -> detail + * {abstract_facet_fname} -> ANumeric.hpp **/ #pragma once +#include "ANumeric.hpp" namespace xo { namespace scm {