Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
Example:
extern template class QList<QString>; // header template class QList<QString>; // .cpp
This will avoid instantiating QStringList in every TU.
Attachments
Issue Links
- is blocked by
-
QTBUG-98556 Need export macro wrangling for exporting {{extern template class}}
- In Progress
- is required for
-
QTBUG-97601 Compilation speed decrease with Qt 6.2 compared to Qt 5.15.2
- In Progress