C++20

From Inkscape Wiki
Revision as of 09:28, 17 August 2020 by Tavmjong (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

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

Feature Since Can use? Comment
std::span C++20 not yet Handle buffers like standard library containers without risk of overflow.