From 3acbf3afeb89fa4702dcdde63ef8239994f4982b Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Thu, 15 Nov 2018 11:46:57 +0100 Subject: [PATCH] further types in type map --- src/include/ranges/type_map.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/include/ranges/type_map.h b/src/include/ranges/type_map.h index cd060ad..9455e38 100644 --- a/src/include/ranges/type_map.h +++ b/src/include/ranges/type_map.h @@ -100,6 +100,12 @@ namespace MultiArrayTools include_type(std::array,202) include_type(std::array,301) include_type(std::array,302) + include_type(std::array,402) + include_type(std::array,502) + include_type(std::array,602) + include_type(std::array,702) + include_type(std::array,802) + include_type(std::array,902) #undef include_type } @@ -123,5 +129,11 @@ register_type(201) register_type(202) register_type(301) register_type(302) +register_type(402) +register_type(502) +register_type(602) +register_type(702) +register_type(802) +register_type(902) #endif