From 2641c6ef084009f3a15d6ff720413654e5901caf Mon Sep 17 00:00:00 2001 From: Francisco Paisana Date: Fri, 1 May 2020 16:45:41 +0100 Subject: [PATCH] resolve template type derivation in clang --- lib/include/srslte/common/fsm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/srslte/common/fsm.h b/lib/include/srslte/common/fsm.h index d59cc22d3..f3e809eb1 100644 --- a/lib/include/srslte/common/fsm.h +++ b/lib/include/srslte/common/fsm.h @@ -291,7 +291,7 @@ public: using Derived::enter; using Derived::exit; using Derived::states; - using Derived::transitions; + using typename Derived::transitions; }; //! Params of a state transition