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
Inconsitent behaviors with C array and make_span return type #60
Open
fmatthew5876 opened 4 years ago
Hello, please see the following:
The first case returns a span with dynamic extent, while the other 3 return a span with a fixed size extent.
While non-const rvalue reference to C arrays almost never appear anywhere, this is a minor inconsistency and looks like a bug?