Difference between revisions of "C++23"

From Inkscape Wiki
Jump to navigation Jump to search
(Created page with "See also C++11, C++17, C++20. Some things that will be interesting to use once C++23 is common: {| class="wikitable" |- ! Feature !! Si...")
 
(No difference)

Latest revision as of 22:37, 17 April 2024

See also C++11, C++17, C++20.

Some things that will be interesting to use once C++23 is common:

Feature Since Can use? GCC Apple Clang Comment
std::print
std::println
C++23 not yet 14 15.2 (partial) Better and more efficient printing of strings. Printing