remove variant.hpp error

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

Change-Id: I691687bf661be21d9c28f13a52ff5df58bb7412a
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tim Jenssen
2020-05-05 14:22:21 +02:00
committed by Orgad Shaneh
parent 197ccb9bda
commit d5bfa21dfc

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 {