summaryrefslogtreecommitdiffstats
path: root/doc/html/tqglobal-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-28 21:41:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-28 21:41:52 +0900
commit0e9cae00ef660b51955c7c9abfa7eb148d8bfab0 (patch)
tree6b46cc5b3ced64b9cba7b1293ada94bf5cfb2125 /doc/html/tqglobal-h.html
parent1df9f282051905555d02d43069a2c9ca0cc89270 (diff)
downloadtqt-remove/tq-inline-template-define.tar.gz
tqt-remove/tq-inline-template-define.zip
Remove TQ_INLINE_TEMPLATES define.remove/tq-inline-template-define
inline' is redundant in function template definitions, except for specific template specialization Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqglobal-h.html')
-rw-r--r--doc/html/tqglobal-h.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/html/tqglobal-h.html b/doc/html/tqglobal-h.html
index 0cbc709a7..deaeab9ca 100644
--- a/doc/html/tqglobal-h.html
+++ b/doc/html/tqglobal-h.html
@@ -253,7 +253,6 @@ body { background: #ffffff; color: black; }
# define Q_CC_MSVC
/* proper support of bool for _MSC_VER &gt;= 1100 */
# define Q_CANNOT_DELETE_CONSTANT
-# define TQ_INLINE_TEMPLATES inline
/* Visual C++.Net issues for _MSC_VER &gt;= 1300 */
# if _MSC_VER &gt;= 1300
# define Q_CC_MSVC_NET
@@ -347,7 +346,6 @@ body { background: #ffffff; color: black; }
# if __xlC__ &lt; 0x400
# define Q_NO_USING_KEYWORD
# define TQ_TYPENAME
-# define TQ_INLINE_TEMPLATES inline
# define Q_CANNOT_DELETE_CONSTANT
# endif
@@ -394,10 +392,6 @@ body { background: #ffffff; color: black; }
/* The UnixWare 7 UDK compiler is based on EDG and does define __EDG__ */
# elif defined(__USLC__) &amp;&amp; defined(__SCO_VERSION__)
# define Q_CC_USLC
-/* The latest UDK 7.1.1b does not need this, but previous versions do */
-# if !defined(__SCO_VERSION__) || (__SCO_VERSION__ &lt; 302200010)
-# define TQ_INLINE_TEMPLATES inline
-# endif
# define Q_NO_USING_KEYWORD /* ### check "using" status */
/* Never tested! */
@@ -411,7 +405,6 @@ body { background: #ffffff; color: black; }
# define Q_CC_MIPS
# if defined(_MIPS_SIM) &amp;&amp; (_MIPS_SIM == _ABIO32) /* o32 ABI */
# define TQ_TYPENAME
-# define TQ_INLINE_TEMPLATES inline
# elif defined(_COMPILER_VERSION) &amp;&amp; (_COMPILER_VERSION &lt; 730) /* 7.2 */
# define TQ_TYPENAME
# endif
@@ -426,7 +419,6 @@ body { background: #ffffff; color: black; }
# define Q_CC_USLC
# define TQ_TYPENAME
# define Q_NO_USING_KEYWORD
-# define TQ_INLINE_TEMPLATES inline
/* Never tested! */
#elif defined(__HIGHC__)
@@ -757,10 +749,6 @@ TQ_EXPORT int qWinVersion();
#define QT_WA_INLINE( uni, ansi ) ( uni )
#endif
-#ifndef TQ_INLINE_TEMPLATES
-# define TQ_INLINE_TEMPLATES
-#endif
-
#ifndef TQ_TYPENAME
# define TQ_TYPENAME typename
#endif