codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Update Clang++ to newer version

Open PavelKilko opened this issue 1 year ago • 0 comments

Currently, I tried to build and run a cpp project which is written by using the C++20 standard. As it turned out, I cannot do this because the program uses clang++ version 14 and it does not fully support std::ranges. Can you please update the version of clang++ to newer versions (15, 16, 17, 18 or 19)?

PavelKilko avatar Nov 17 '24 22:11 PavelKilko