Skip to content

Which compiler to use? #59

Answered by Rinzii
notshriram asked this question in Q&A
Discussion options

You must be logged in to vote

I am unable to compile the project with clang 16 because std::format is not supported yet, Is there any workaround for this or should I switch to gcc?

Hello! Sorry for the long turn around on response. We actually compile the program in our CI using Clang 16 on Ubuntu 22.04. From the research we’ve done std::format should have complete support for all the features we are using with Clang 16. Could you provide information on your OS and what version of Clang you are compiling with? Also could you provide which branch you are compiling the project against?

Still we currently also support GCC 13 and MSVC using VS 22 so both of these are valid means of compiling the project if clang is bein…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Rinzii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Compiler: Clang Issues relating explicitly to Clang.
2 participants