From 84355b31182675b789e21447a37a2bb60d6a66ce Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Wed, 20 Mar 2019 21:52:21 +0100 Subject: [PATCH] add types --- src/include/ranges/type_map.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/ranges/type_map.h b/src/include/ranges/type_map.h index 1c43c17..c009e19 100644 --- a/src/include/ranges/type_map.h +++ b/src/include/ranges/type_map.h @@ -101,9 +101,13 @@ namespace MultiArrayTools include_type(vector,106) include_type(std::array,201) include_type(std::array,202) + include_type(std::array,205) include_type(std::array,301) include_type(std::array,302) + include_type(std::array,305) + include_type(std::array,401) include_type(std::array,402) + include_type(std::array,405) include_type(std::array,502) include_type(std::array,602) include_type(std::array,702)