Код: Выделить всё
/opt/homebrew/bin/g++-14 -std=c++20 -isystem /opt/homebrew/Cellar/gcc/14.2.0_1/include/c++/14/ test.cpp -L/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14 -stdlib=libstdc++. И выдает такие ошибки, как
/opt/homebrew/Cellar/gcc/14.2.0_1/include/c++/14/bits/stl_construct.h:119:7: error: use of deleted function 'constexpr std::chrono::time_zone_link::time_zone_link(const std::chrono::time_zone_link&)'. Эта функция часового пояса реализована, об этом говорится здесь https://en.cppreference.com/w/cpp/compiler_support/20 в разделе «Календарь и часовой пояс». Я читаю заголовок Подробнее здесь: https://stackoverflow.com/questions/792 ... ng-deleted
Мобильная версия