martinmoene/span-lite
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
C++BSL-1.0
Issues
- 0
-Wundef when building with g++ -std=c++20
#84 opened by simark - 3
Wrong C++ version check for span_HAVE_NORETURN?
#83 opened by simark - 0
- 17
Consider implementing P2447
#74 opened by Pesa - 1
- 1
- 1
- 3
- 1
- 3
Option to disable bound checking in operator[]?
#70 opened by traversc - 1
- 3
- 5
- 2
"error: function-like macro 'span_HAVE' is not defined" when std::span is available
#58 opened by burnpanck - 10
Overly permissive constructor
#64 opened by improbablejan - 9
- 0
Consider using feature test macros: defined(__cpp_deduction_guides) etc. (continued from #30)
#48 opened by martinmoene - 2
Warning Wtype-limits since gcc 10.2
#62 opened by mjacobse - 1
- 2
- 2
Construct span from a pair of iterators
#54 opened by slsyy - 0
- 6
Compile errors with clang10 and libc++
#55 opened by AndWass - 6
- 6
tuple_element is declared as a struct but in the standard library headers it's a class
#50 opened by vlovich - 1
Tests don't build against libc++
#44 opened by wak-google - 3
wrong release number in CMakeLists.txt
#43 opened by andijcr - 0
Add tuple_element_t (C++11 and newer)
#51 opened by martinmoene - 0
[Readme] Use #include in code on Godbolt
#49 opened by martinmoene - 1
- 4
Get a constant sized subspan
#31 opened by Flamefire - 1
- 0
- 6
- 0
Update to proposal p0122r7
#27 opened by martinmoene - 7
index_type ptr_diff
#21 opened by stayprivates - 1
Add span_FEATURE_MAKE_SPAN
#33 opened by martinmoene - 0
Add span_FEATURE_WITH_CONTAINER
#34 opened by martinmoene - 0
- 0
- 7
- 4
- 0
- 4
Support nonstd::as_bytes using byte-lite when span_CPP17_OR_GREATER is false
#28 opened by ilyalesokhin - 7
depending on string pulls in heavy dependiencies
#16 opened by nolange - 1
- 2
Define missing macros span_HAVE_INLINE_NAMESPACE and span_CONFIG_CONTRACT_VIOLATION_THROWS_V
#24 opened by feroldi - 0
Introduce Standard selection macro
#22 opened by martinmoene - 5
Does not build with clang++-6.0
#17 opened by nolange - 0
Introduce LTO/Link Time Optimization
#18 opened by martinmoene