Fix make_span text in comment block

pull/13881/head
Marc Emmers 2021-01-18 15:49:29 +01:00
parent 8551e93bf2
commit a8ea7758c3
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
* - Includes toolchain's <span> if available
* - Otherwise provides an implementation of a C++20 equivalent std::span
* - deduction guides available from C++17 and on
* - provides nonstandard mstd::make_span functions to allow deduction pre C++17
* - Provides nonstandard mstd::make_span functions to allow deduction pre C++17
* - mstd::make_span functions stay available after C++17 for backwards compatibility
*/
#if __cplusplus >= 201703L && __has_include(<span>)