From af3e4efcd5263fe070a006656cc1e9d5e727ecf4 Mon Sep 17 00:00:00 2001 From: Simon Wright Date: Thu, 29 Aug 2024 08:22:41 +0200 Subject: [PATCH] fix C2512 compile error with Visual Studio 2015 --- include/fastcdr/xcdr/detail/optional.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fastcdr/xcdr/detail/optional.hpp b/include/fastcdr/xcdr/detail/optional.hpp index f71474ec..3bebde9e 100644 --- a/include/fastcdr/xcdr/detail/optional.hpp +++ b/include/fastcdr/xcdr/detail/optional.hpp @@ -47,7 +47,7 @@ struct optional_storage /* *INDENT-OFF* */ template -struct optional_storage{}>::type> +struct optional_storage::value>::type> { union {