Программы на C++. Форум разработчиков
1764717662
Anonymous
Eclipse не распознает std::source_location, но компилирует его. Чего может не хватать или неправильно настроить? В разделе «Свойства проекта» для диалекта установлено значение ISO C++23
[code]#include
auto foo( std::source_location location ) -> void;
[/code]
[code]Eclipse IDE for C/C++ Developers (includes Incubating components)
Version: 2025-09 (4.37.0)
Build id: 20250905-1456
[/code]
[img]https://i.sstatic.net/zOMIbNv5.png[/img]
Подробнее здесь: [url]https://stackoverflow.com/questions/79836388/eclipse-doesnt-recognise-stdsource-location[/url]