Skip to content

Commit a8ea775

Browse files
author
Marc Emmers
committed
Fix make_span text in comment block
1 parent 8551e93 commit a8ea775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/cxxsupport/mstd_span

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
* - Includes toolchain's <span> if available
2323
* - Otherwise provides an implementation of a C++20 equivalent std::span
2424
* - deduction guides available from C++17 and on
25-
* - provides nonstandard mstd::make_span functions to allow deduction pre C++17
25+
* - 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
2627
*/
2728

2829
#if __cplusplus >= 201703L && __has_include(<span>)

0 commit comments

Comments
 (0)