diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-28 18:02:00 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-28 18:02:00 +0900 |
| commit | 9e057c68deed9a54f1526f2645f7927efcfb6db5 (patch) | |
| tree | 48961470a35a9d2fe6f03b10d6648101c85f1fda /doc/html/tqptrstack-h.html | |
| parent | 06d6a300dc8da750340868eabe99c285145eca21 (diff) | |
| download | tqt-9e057c68deed9a54f1526f2645f7927efcfb6db5.tar.gz tqt-9e057c68deed9a54f1526f2645f7927efcfb6db5.zip | |
Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.
We are using c++17 compilers, so template specialization are supported.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqptrstack-h.html')
| -rw-r--r-- | doc/html/tqptrstack-h.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/html/tqptrstack-h.html b/doc/html/tqptrstack-h.html index 51cd11e4a..822e50ff0 100644 --- a/doc/html/tqptrstack-h.html +++ b/doc/html/tqptrstack-h.html @@ -111,11 +111,9 @@ private: void deleteItem( Item d ); }; -#if !defined(Q_BROKEN_TEMPLATE_SPECIALIZATION) template<> inline void TQPtrStack<void>::deleteItem( TQPtrCollection::Item ) { } -#endif template<class type> inline void TQPtrStack<type>::deleteItem( TQPtrCollection::Item d ) { |
