We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa51aa commit 5f8080dCopy full SHA for 5f8080d
include/fastcdr/xcdr/detail/optional.hpp
@@ -47,7 +47,7 @@ struct optional_storage
47
48
/* *INDENT-OFF* */
49
template<class T>
50
-struct optional_storage<T, typename std::enable_if<std::is_trivially_destructible<T>{}>::type>
+struct optional_storage<T, typename std::enable_if<std::is_trivially_destructible<T>::value>::type>
51
{
52
union
53
0 commit comments