From 9e057c68deed9a54f1526f2645f7927efcfb6db5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 28 Dec 2025 18:02:00 +0900 Subject: Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define. We are using c++17 compilers, so template specialization are supported. Signed-off-by: Michele Calgaro --- src/tools/tqptrstack.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools/tqptrstack.h') diff --git a/src/tools/tqptrstack.h b/src/tools/tqptrstack.h index 229f03ef9..d3a0f3862 100644 --- a/src/tools/tqptrstack.h +++ b/src/tools/tqptrstack.h @@ -76,11 +76,9 @@ private: void deleteItem( Item d ); }; -#if !defined(Q_BROKEN_TEMPLATE_SPECIALIZATION) template<> inline void TQPtrStack::deleteItem( TQPtrCollection::Item ) { } -#endif template inline void TQPtrStack::deleteItem( TQPtrCollection::Item d ) { -- cgit v1.2.3