|
|
|
|
|
by flohofwoe
906 days ago
|
|
The only useful solution for C++ would be to let the compiler reorder the initialization in declaration order, e.g. first A, then B, then C. This would still be a lot better for 99% of real world use cases than requiring the programmer to manually place the items in declaration order. |
|