diff --git a/infer/tests/codetoanalyze/cpp/pulse/reference_stability.cpp b/infer/tests/codetoanalyze/cpp/pulse/reference_stability.cpp index aa4d0800185..3420843b221 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/reference_stability.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/reference_stability.cpp @@ -252,10 +252,10 @@ class F14FastMap : public std::conditional< sizeof(std::pair) < 24, F14ValueMap, f14::detail::F14VectorMapImpl>::type { - using Super = - std::conditional) < 24, - F14ValueMap, - f14::detail::F14VectorMapImpl>::type; + using Super = typename std::conditional< + sizeof(std::pair) < 24, + F14ValueMap, + f14::detail::F14VectorMapImpl>::type; using Super::Super; }; } // namespace folly