span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
499
stars
43
forks
source link
Add C++98 compatible free functions first() etc. taking a span #67
Closed
martinmoene closed 3 years ago
Continuation of #65 .
Add C++98 compatible free functions
first()
etc. taking aspan<T,Extent>
, such as:Add configuration macros:
Let
span_FEATURE_NON_MEMBER_FIRST_LAST_SUB=1
activate both.