From d0245a49719a03bd86c7a860a30c8a5a99a55fb5 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 26 Dec 2018 13:32:26 -0500 Subject: [PATCH] Fix "explicit template specialization cannot have a storage class" on Aarch64 debug builds --- speck64_simd.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/speck64_simd.cpp b/speck64_simd.cpp index 36d76ff0..c8ee0604 100644 --- a/speck64_simd.cpp +++ b/speck64_simd.cpp @@ -50,14 +50,6 @@ # include "ppc_simd.h" #endif -#ifndef inline -# if defined(CRYPTOPP_DEBUG) -# define inline static -# else -# define inline inline -# endif -#endif - // Squash MS LNK4221 and libtool warnings extern const char SPECK64_SIMD_FNAME[] = __FILE__;