Details
-
Type:
Task
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core: Containers and Algorithms
-
Labels: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
-