lst-0350-book.cpp
// https://godbolt.org/z/ba9rv6P51
struct Data {
static constexpr size_t SPAET; // (ERR) klappt nicht ohne direkte Initialisierung
static constexpr size_t FRUEH = 10;
};
constexpr size_t Data::SPAET = 10; // (ERR) bei constexpr geht Definition nicht wie bei const