Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T193687
Change Details
Change Details
Old
New
Diff
When a custom class inherits from any nested array type (array<array<...>>), it breaks array initialization of other array types using `auto` or array literals `{}`. Note that the custom class doesn't have to be used, it just needs to exist.
When a custom class inherits from any nested array type (array<array<...>>), it breaks array initialization of other array types using array literals `{}`. Note that the custom class doesn't have to be used, it just needs to exist.
When a custom class inherits from any nested array type (array<array<...>>), it breaks array initialization of other array types using
`auto` or
array literals `{}`. Note that the custom class doesn't have to be used, it just needs to exist.
Continue