summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-30 23:01:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-30 23:20:05 +0900
commit250ea483cb55317194d02c0f804375e79c7ed1ee (patch)
treea2c5fb9724a401c2accfddb7955443ef4388f09c
parent58548dd0fc871a28103089336dfb08db88d811b2 (diff)
downloadtdebindings-remove/full-template-instantionation.tar.gz
tdebindings-remove/full-template-instantionation.zip
Remove use of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.remove/full-template-instantionation
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 <michele.calgaro@yahoo.it>
-rw-r--r--kalyptus/kalyptus2
1 files changed, 0 insertions, 2 deletions
diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus
index e95873ba..59db4090 100644
--- a/kalyptus/kalyptus
+++ b/kalyptus/kalyptus
@@ -555,7 +555,6 @@ LOOP:
|| $p =~ /^\s*Q_GADGET/
|| $p =~ /^\s*TQ_OVERRIDE/ # and TQ_OVERRIDE
|| $p =~ /^\s*TQ_SETS/
- || $p =~ /^\s*TQ_DUMMY_COMPARISON_OPERATOR/
|| $p =~ /^\s*K_SYCOCATYPE/ # and K_SYCOCA stuff
|| $p =~ /^\s*K_SYCOCAFACTORY/ #
|| $p =~ /^\s*KSVG_/ # and KSVG stuff ;)
@@ -600,7 +599,6 @@ LOOP:
$p =~ m/^#\s*if\s+defined\(Q_CC_/ or
$p =~ m/^#\s*if\s+defined\(TQT_THREAD_SUPPORT/ or
$p =~ m/^#\s*else/ or
- $p =~ m/^#\s*if\s+defined\(TQ_FULL_TEMPLATE_INSTANTIATION/ or
$p =~ m/^#\s*ifdef\s+QT_WORKSPACE_WINDOWMODE/ or
$p =~ m/^#\s*ifdef\s+QT_COMPAT/ or
$p =~ m/^#\s*if\s+defined\s*\(?QT_COMPAT/ or