remove variant.hpp error

So this can be used with a Qt 5.15 build
outside of QtCreator.

Change-Id: I691687bf661be21d9c28f13a52ff5df58bb7412a
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tim Jenssen
2020-05-05 14:22:21 +02:00
parent 2d0fab50c1
commit 028d66f25a

View File

@@ -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 <variant>
namespace Utils {