Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T193122
Change Details
Change Details
Old
New
Diff
There are currently at least two bugs when trying to use template classes in attributes: (1) They cannot be used directly as an attribute type without `typedef` (2) When using a non-template base class as attribute type, `typedef`'s of templated derived classes are not available in the list of classes that can be set
There are currently at least two bugs when trying to use template classes in attributes: (1) They cannot be used directly as an attribute type (2) When using a non-template base class as attribute type, `typedef`'s of templated derived classes are not available in the list of classes that can be set
There are currently at least two bugs when trying to use template classes in attributes: (1) They cannot be used directly as an attribute type
without `typedef`
(2) When using a non-template base class as attribute type, `typedef`'s of templated derived classes are not available in the list of classes that can be set
Continue