C++20

From Inkscape Wiki
Revision as of 09:27, 17 August 2020 by Tavmjong (talk | contribs) (Created page with " See also C++11, C++17. Some things that will be interesting to use once C++20 is common: {| class="wikitable" |- ! Feature !! Since !! Can use? !! Comment |- | <cod...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 over overflow.