diff --git a/include/xtensor/xtensor_config.hpp b/include/xtensor/xtensor_config.hpp index 184106289..b94c89c52 100644 --- a/include/xtensor/xtensor_config.hpp +++ b/include/xtensor/xtensor_config.hpp @@ -79,7 +79,7 @@ #else #ifdef XTENSOR_USE_XSIMD -#define XTENSOR_DEFAULT_ALLOCATOR(T) xsimd::aligned_allocator +#define XTENSOR_DEFAULT_ALLOCATOR(T) xsimd::aligned_allocator #else #define XTENSOR_DEFAULT_ALLOCATOR(T) std::allocator #endif