From adeee31af6d6ec757b0f22aa818a082c8fc43dc2 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Mon, 20 Jan 2025 22:01:02 +0100 Subject: [PATCH] Use default arch alignment as default alignment for xsimd::aligned_allocator --- include/xsimd/memory/xsimd_aligned_allocator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xsimd/memory/xsimd_aligned_allocator.hpp b/include/xsimd/memory/xsimd_aligned_allocator.hpp index 51779f31c..cb4353ace 100644 --- a/include/xsimd/memory/xsimd_aligned_allocator.hpp +++ b/include/xsimd/memory/xsimd_aligned_allocator.hpp @@ -39,7 +39,7 @@ namespace xsimd * @tparam T type of objects to allocate. * @tparam Align alignment in bytes. */ - template + template class aligned_allocator { public: