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