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
497 stars 41 forks source link

fix subviews return value #25

Closed ericLemanissier closed 6 years ago

ericLemanissier commented 6 years ago

When returning a new span, the return value must mention explicitly the templates arguments to use, otherwise the class's template parameter are used.

martinmoene commented 6 years ago

Thanks @ericLemanissier !