From d5bfa21dfc2f010269404952f8e5212ca9d69194 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Tue, 5 May 2020 14:22:21 +0200 Subject: remove variant.hpp error So this can be used with a Qt 5.15 build outside of QtCreator. Change-Id: I691687bf661be21d9c28f13a52ff5df58bb7412a Reviewed-by: hjk --- src/libs/utils/variant.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libs/utils/variant.h b/src/libs/utils/variant.h index 371b9312d3..baf0c27816 100644 --- a/src/libs/utils/variant.h +++ b/src/libs/utils/variant.h @@ -29,9 +29,7 @@ See std(::experimental)::variant. */ -// TODO: replace by #include <(experimental/)variant> depending on compiler and C++ version #if __cplusplus >= 201703L -#error Please delete variant.hpp and the #else section below, then remove this error #include namespace Utils { -- cgit v1.2.3