j
k
j a
j l
Hi Jason,
- static const ABC nil; + static const ABC nil = {0};
This has no effect, as static variables are implicitly initialized to 0 anyway. It might be a little less surprising this way.. --Juan
Back to the thread
Back to the list