cmext/enum_set: Fix static default construction on older AppleClang versions

AppleClang 8.0 and below do not understand a `= default;` constructor
in static constant default initialization, but do accept `{}`.
2 files changed