Difference between revisions of "C++20"
Jump to navigation
Jump to search
(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...") |
|||
Line 8: | Line 8: | ||
! Feature !! Since !! Can use? !! Comment | ! Feature !! Since !! Can use? !! Comment | ||
|- | |- | ||
| <code>std::span</code> || C++20 || not yet || Handle buffers like standard library containers without risk | | <code>std::span</code> || C++20 || not yet || Handle buffers like standard library containers without risk of overflow. | ||
|} | |} |