Skip to content

Commit

Permalink
[skip ci] Document expected numbers with span_FEATURE_MAKE_SPAN_TO_STD (
Browse files Browse the repository at this point in the history
#32, thanks to @ Flamefire)
  • Loading branch information
martinmoene committed Jan 15, 2019
1 parent 0744eac commit 96e720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Define this to 1 to provide functions `first()`, `last()` and `subspan()`. This
### Provide `make_span()` functions
-D<b>span_FEATURE_MAKE_SPAN_TO_STD</b>=14
Define this to the highest C++ language version for which to provide creator functions `nonstd::make_span()`. Default is undefined.
Define this to the highest C++ language version for which to provide creator functions `nonstd::make_span()`, like 98, 03, 11, 14, 17, 20. Default is undefined.
### Provide `byte_span()` functions
-D<b>span_FEATURE_BYTE_SPAN</b>=1
Expand Down

0 comments on commit 96e720c

Please sign in to comment.