summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qxmlstream_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/serialization/qxmlstream_p.h')
-rw-r--r--src/corelib/serialization/qxmlstream_p.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/serialization/qxmlstream_p.h b/src/corelib/serialization/qxmlstream_p.h
index afbd6f22de..41b04d4c38 100644
--- a/src/corelib/serialization/qxmlstream_p.h
+++ b/src/corelib/serialization/qxmlstream_p.h
@@ -104,9 +104,6 @@ public:
MAKE_OP(>=)
MAKE_OP(<)
MAKE_OP(>)
-#ifdef __cpp_impl_three_way_comparison
- MAKE_OP(<=>)
-#endif
#undef MAKE_OP
#define MAKE_OP(op) \
friend auto operator op(const XmlStringRef &lhs, QStringView rhs) noexcept { return lhs.view() op rhs; } \
@@ -118,9 +115,6 @@ public:
MAKE_OP(>=)
MAKE_OP(<)
MAKE_OP(>)
-#ifdef __cpp_impl_three_way_comparison
- MAKE_OP(<=>)
-#endif
#undef MAKE_OP
};