From 45d592deb685e106e20933502bbecda04ab73d75 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 1 Jan 2026 19:03:47 +0900 Subject: Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR. The #defines were used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary. Signed-off-by: Michele Calgaro --- src/network/tqdns.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/network') diff --git a/src/network/tqdns.h b/src/network/tqdns.h index 703edb229..65058c4f3 100644 --- a/src/network/tqdns.h +++ b/src/network/tqdns.h @@ -97,7 +97,6 @@ public: :name(n), priority(p) {} TQString name; TQ_UINT16 priority; - TQ_DUMMY_COMPARISON_OPERATOR(MailServer) }; TQValueList mailServers() const; @@ -109,7 +108,6 @@ public: TQ_UINT16 priority; TQ_UINT16 weight; TQ_UINT16 port; - TQ_DUMMY_COMPARISON_OPERATOR(Server) }; TQValueList servers() const; -- cgit v1.2.3