From b74ace2f432dabc7416f0519245632a172920a87 Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Wed, 4 Jan 2023 23:06:02 +0100 Subject: [PATCH] update base/types.h --- src/include/base/types.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/include/base/types.h b/src/include/base/types.h index 8f6a1b8..e1cb5ea 100644 --- a/src/include/base/types.h +++ b/src/include/base/types.h @@ -63,6 +63,9 @@ namespace CNORXZ template using Isqf = std::index_sequence_for; + + template + using CSizeT = std::integral_constant; /********************* * library types * @@ -212,6 +215,24 @@ namespace CNORXZ template class LIndex; + // definition: ranges/index_pack.h + template + class SPack; + + // definition: ranges/index_pack.h + class DPack; + + // definition: ranges/index_format.h + template + class MFormat; + + // definition: ranges/index_format.h + template + class GMFormat; + + // definition: ranges/index_format.h + class YFormat; + // definition: array/array_base.h template class CArrayBase;