martinmoene / span-lite

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
495 stars 40 forks source link

Fix for the free functions lookup issue for non-span parameters (#65) #66

Closed vvish closed 3 years ago

vvish commented 3 years ago

Makes non-standard functions available in the nonstd namespace and moves their definitions to be located after make_span definitions.