C++23 in CLion

Revision en1, by IG0R, 2024-08-23 14:37:22

I've recently decided to try out CLion, and it works just fine but when today the announcement was made that C++23 is added to Codeforces i wanted to try out C++23 in CLion. When creating a new project I selected C++23, but actually when I try to use some of the new features like $$$print$$$ it doesn't work ($$$print$$$ was not declared in this scope, and when I try to $$$#include <print>$$$ it says there is no such file or directory). It seems like it actually isn't C++23, though the command for compiling the code is using -std=gnu++23.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English IG0R 2024-08-24 01:26:30 74 Tiny change: 'I try to $#include <print>$ it says ' -> 'I try to $ #include <print> $ it says ' (published)
en1 English IG0R 2024-08-23 14:37:22 545 Initial revision (saved to drafts)