From d2b66563e13eaed28f270f9792c57e172972bc73 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 4 Sep 2018 12:26:20 +0200 Subject: [PATCH] Fix incorrect template parameter tolerated by VC2010 --- lib/EAPBase/include/EAP.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/EAPBase/include/EAP.h b/lib/EAPBase/include/EAP.h index 539e1c1..043690b 100644 --- a/lib/EAPBase/include/EAP.h +++ b/lib/EAPBase/include/EAP.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2018 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. @@ -651,7 +651,7 @@ namespace eap /// /// Sanitizing BLOB of fixed size /// - template struct WINSTD_NOVTABLE sanitizing_blob_f + template struct WINSTD_NOVTABLE sanitizing_blob_f { unsigned char data[N]; ///< BLOB data @@ -778,7 +778,7 @@ namespace eap /// /// Sanitizing BLOB of fixed size (zero initialized) /// - template struct WINSTD_NOVTABLE sanitizing_blob_zf : sanitizing_blob_f + template struct WINSTD_NOVTABLE sanitizing_blob_zf : sanitizing_blob_f { /// /// Constructor