Код: Выделить всё
int main() {
constexpr auto nnn = {
"this", "sentence", "is", "not", "a", "sentence",
"this", "sentence", "is", "a", "hoax"
};
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... -statement
Код: Выделить всё
int main() {
constexpr auto nnn = {
"this", "sentence", "is", "not", "a", "sentence",
"this", "sentence", "is", "a", "hoax"
};
}