Also mark CWG78 as superseded by CWG2536.
CWG253 is concerned with users required to explicitly declare defaulted default constructor when they want to declare local object without initializer, when there's nothing to initialize (e.g. a struct without non-static data members).
https://cplusplus.github.io/CWG/issues/253.html
https://cplusplus.github.io/CWG/issues/78.html
This is issue 1380 and the issue is whether we want static initialization to happen before constant initialization or whether constant initialization excludes zero-init.
I think dr77 is now part of cwg 2536 and we need to wait for the resolution of that in order to know what to do here.