Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22070

Does GCC support C++23 std::print?

$
0
0

On CppCon 2022 was announced, that new official HelloWorld in C++ is now:

#include <print>int main() { std::print("Hello world\n"); return 0;}

Do you know, is std::print available in GCC ? Maybe it needs some flag or additional library to activate?

Link to description https://en.cppreference.com/w/cpp/io/print


Viewing all articles
Browse latest Browse all 22070

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>