From 0a33fd24fea6af86143b2a8bb2953aa74f93bca4 Mon Sep 17 00:00:00 2001 From: LinZhihao-723 Date: Thu, 8 Aug 2024 01:21:31 -0400 Subject: [PATCH] Add missing typename --- components/core/src/clp/ffi/Value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/src/clp/ffi/Value.hpp b/components/core/src/clp/ffi/Value.hpp index 73b6898c0..db719a1fb 100644 --- a/components/core/src/clp/ffi/Value.hpp +++ b/components/core/src/clp/ffi/Value.hpp @@ -105,7 +105,7 @@ struct ImmutableViewTypeConverter { * @tparam T */ template -using ImmutableViewType = ImmutableViewTypeConverter::Type; +using ImmutableViewType = typename ImmutableViewTypeConverter::Type; class Value { public: