I’m trying to use the standard header <format>, which should be part of c++ 20. I have GCC 12.2 installed on Ubuntu 22.10. Both CLion and GCC are unable to find the header, is there a way to manually install it, or am I missing something else?
The errors I’m getting:
GCC: fatal error: format: No such file or directory
CLion: 'format' file not found
>Solution :
See C++20 library features implementation status
https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B20_library_features
Text Formatting is available in GCC only since GCC 13