summaryrefslogtreecommitdiffstats
path: root/doc/html/canvas-chart-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-01 19:03:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-01 19:51:35 +0900
commit45d592deb685e106e20933502bbecda04ab73d75 (patch)
tree4ce756e2ddaa21e7c97d6f35e6354912b453ab89 /doc/html/canvas-chart-example.html
parent2c13edf0c015de4b82f580f7833af4fffee6a04a (diff)
downloadtqt-45d592deb685e106e20933502bbecda04ab73d75.tar.gz
tqt-45d592deb685e106e20933502bbecda04ab73d75.zip
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/canvas-chart-example.html')
-rw-r--r--doc/html/canvas-chart-example.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html
index 85780a420..f6ed19806 100644
--- a/doc/html/canvas-chart-example.html
+++ b/doc/html/canvas-chart-example.html
@@ -122,14 +122,6 @@ public:
void setProX( int index, double value );
void setProY( int index, double value );
-#ifdef TQ_FULL_TEMPLATE_INSTANTIATION
- // xlC 3.x workaround
- TQ_DUMMY_COMPARISON_OPERATOR(Element)
- bool operator!=( const Element&amp; e) const {
- return ( !(e == *this) );
- }
-#endif
-
private:
void init( double value, TQColor valueColor, int valuePattern,
const <a href="tqstring.html">TQString</a>&amp; label, TQColor labelColor );