C++23

From Inkscape Wiki
Revision as of 22:37, 17 April 2024 by Tavmjong (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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