D16552 implemented the likely resolution of core issue 253, but didn't include support for class based array fields. E.g.:
struct A {
}
struct B {
A a[2];
}
const B b; // Fails, but should pass.
Differential D25974
Fix implementation of the likely resolution of core issue 253 to support class based arrays. itessier on Oct 25 2016, 6:25 PM. Authored by
Details
Diff Detail |