summaryrefslogtreecommitdiffstats
path: root/doc/html/tqptrstack-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-28 18:02:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-28 18:02:00 +0900
commit9e057c68deed9a54f1526f2645f7927efcfb6db5 (patch)
tree48961470a35a9d2fe6f03b10d6648101c85f1fda /doc/html/tqptrstack-h.html
parent06d6a300dc8da750340868eabe99c285145eca21 (diff)
downloadtqt-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.html2
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&lt;&gt; inline void TQPtrStack&lt;void&gt;::deleteItem( TQPtrCollection::Item )
{
}
-#endif
template&lt;class type&gt; inline void TQPtrStack&lt;type&gt;::deleteItem( TQPtrCollection::Item d )
{