From 90af5423089b96550df03ee092a99c3728d2498e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 13 Apr 2021 20:35:11 +0200 Subject: [PATCH] fix: MSVC build fixed --- example/kalman_filter/kalman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/kalman_filter/kalman.h b/example/kalman_filter/kalman.h index 48406382..c44ec7e7 100644 --- a/example/kalman_filter/kalman.h +++ b/example/kalman_filter/kalman.h @@ -75,7 +75,7 @@ public: uncertainty_type uncertainty; }; -#if UNITS_COMP_CLANG == 12 +#if UNITS_COMP_CLANG == 12 || UNITS_COMP_MSVC template estimation(state, U) -> estimation;