We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8551e93 commit a8ea775Copy full SHA for a8ea775
platform/cxxsupport/mstd_span
@@ -22,7 +22,8 @@
22
* - Includes toolchain's <span> if available
23
* - Otherwise provides an implementation of a C++20 equivalent std::span
24
* - deduction guides available from C++17 and on
25
- * - provides nonstandard mstd::make_span functions to allow deduction pre C++17
+ * - Provides nonstandard mstd::make_span functions to allow deduction pre C++17
26
+ * - mstd::make_span functions stay available after C++17 for backwards compatibility
27
*/
28
29
#if __cplusplus >= 201703L && __has_include(<span>)
0 commit comments