Код: Выделить всё
Undefined symbols for architecture arm64:
"std::__1::__is_posix_terminal(__sFILE*)", referenced from:
std::__1::__print::__is_terminal[abi:ne180100](__sFILE*) in main.cpp.o
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)`
из Clang 18.1.6? Я пытался найти примечания к выпуску, но не нашел ничего по этой теме. Кстати, я указываю стандарт C++ как 23 в моем CMakeLists.txt
Подробнее здесь: https://stackoverflow.com/questions/784 ... stdprintln