summaryrefslogtreecommitdiff
path: root/src/libs/utils/variant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/variant.h')
-rw-r--r--src/libs/utils/variant.h2
1 files changed, 0 insertions, 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 <variant>
namespace Utils {