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
Fix for the free functions lookup issue for non-span parameters (#65) #66
Closed
vvish closed 3 years ago
Makes non-standard functions available in the nonstd namespace and moves their definitions to be located after make_span definitions.