Support for std::print
已回答
Hi all,
Running on Windows 11; I've just installed Clion 26.1 and was wondering if it came with a later version of g++ so that I can try out the std::print functions.
C:\Users\garyr\CLionProjects\sandbox\regex\examples>"C:/Program Files/JetBrains/CLion 2026.1/bin/mingw/bin/g++.exe" --version
g++.exe (GCC) 13.1.0
Copyright (C) 2023 Free Software Foundation, Inc.
So the version shipped is the same as for the last Clion version. If I try to #include <print> then it can't resolve that header etc
Can you tell me when a newer version of MingW g++ will be shipped OR what's the correct way to upgrade g++.
Thanks!
Gary
请先登录再写评论。
Hello!
We plan to update the bundled MinGW in CLion 2026.2. Here is the related issue in our tracker - CPP-45129. Feel free to comment or upvote it to get updates. See the YouTrack notification article if you are not familiar with YouTrack.
You can always install MinGW manually, as described here, and then create a MinGW toolchain in CLion pointing to your MinGW installation.