cppinsights
cppinsights copied to clipboard
[C++20] format header file is not found
When building source code with C++20 standard, the
Hello @matrixjoeq,
thanks for reporting this. At the moment the standard libraries from both GCC and Clang don't have this header in the version C++ Insights uses.
Andreas
Hello @matrixjoeq,
I fixed this issue today by using Clang 16 (#569). However, since C++ Insights still uses GCC 12 std::format
only works with libc++
: https://cppinsights.io/s/6ff36d3b
Andreas