From 5f8080d8674b4ea5ace04bba0d2e1a929ec2d59f Mon Sep 17 00:00:00 2001 From: wrightsg Date: Wed, 27 Nov 2024 11:14:58 +0100 Subject: [PATCH] Fix C2512 compile error with Visual Studio 2015 (#234) Co-authored-by: Simon Wright --- 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 {