issues
search
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
499
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ci.yml: Test on `ubuntu-24.04`
#87
cclauss
closed
6 months ago
0
ci.yml: Test on modern versions of GCC and CLang
#86
cclauss
closed
6 months ago
0
Fix "-Wundef" warning when building as C++20
#85
simark
closed
6 months ago
2
-Wundef when building with g++ -std=c++20
#84
simark
closed
7 months ago
0
Wrong C++ version check for span_HAVE_NORETURN?
#83
simark
closed
9 months ago
3
Update actions/checkout in GitHub Actions to v4
#82
striezel
closed
10 months ago
0
Import `std::dynamic_extent` into `nonstd` when selecting `std::span`
#81
wendazhou
closed
1 year ago
0
Remove Travis CI configuration and badge
#80
striezel
closed
2 years ago
0
Do not cancel all jobs in a workflow if one fails.
#79
striezel
closed
2 years ago
0
Fix a small typo
#78
striezel
closed
2 years ago
0
Fix cmake config file
#77
duncanspumpkin
closed
2 years ago
0
Fix span-lite tests on big-endian
#76
jpcima
closed
2 years ago
0
update actions/checkout in GitHub Actions to v3
#75
striezel
closed
2 years ago
0
Consider implementing P2447
#74
Pesa
closed
2 years ago
17
'throw_out_of_range' could be declared with attribute 'noreturn'
#73
jdumas
closed
3 years ago
1
Constexpr construction from span of same ElementType
#72
CrustyAuklet
closed
3 years ago
3
operator[] not constexpr with contract checking on
#71
CrustyAuklet
closed
3 years ago
1
Option to disable bound checking in operator[]?
#70
traversc
closed
3 years ago
3
Constructor from iterators is not properly constrained
#69
krsch
closed
3 years ago
1
Some constructors not working with move only types
#68
im95able
closed
3 years ago
3
Add C++98 compatible free functions first() etc. taking a span
#67
martinmoene
closed
3 years ago
1
Fix for the free functions lookup issue for non-span parameters (#65)
#66
vvish
closed
3 years ago
0
Question regarding the design of the extension functions (subspan etc.)
#65
vvish
closed
3 years ago
5
Overly permissive constructor
#64
improbablejan
closed
3 years ago
10
Fix remaining cases of -Wtype-limits warning
#63
mjacobse
closed
4 years ago
1
Warning Wtype-limits since gcc 10.2
#62
mjacobse
closed
4 years ago
2
Support for iterator constructors/deduction guides
#61
Ryan-rsm-McKenzie
closed
4 years ago
9
Inconsitent behaviors with C array and make_span return type
#60
fmatthew5876
opened
4 years ago
1
integral constant overflow when building unit tests with MSVC
#59
vlovich
closed
4 years ago
1
"error: function-like macro 'span_HAVE' is not defined" when std::span is available
#58
burnpanck
closed
3 years ago
2
Fix construction from empty arrays in debug modes
#57
mjacobse
closed
4 years ago
1
default constructor should be enabled for extent == 0
#56
herv
closed
4 years ago
0
Compile errors with clang10 and libc++
#55
AndWass
closed
4 years ago
6
Construct span from a pair of iterators
#54
slsyy
closed
4 years ago
2
Fix typo in INDEX_TYPE deprecation note
#53
mjacobse
closed
4 years ago
1
Avoid std::equal volatile comparisons for libc++ (#44)
#52
wkennington
closed
4 years ago
1
Add tuple_element_t (C++11 and newer)
#51
martinmoene
closed
4 years ago
0
tuple_element is declared as a struct but in the standard library headers it's a class
#50
vlovich
closed
4 years ago
6
[Readme] Use #include in code on Godbolt
#49
martinmoene
closed
5 years ago
0
Consider using feature test macros: defined(__cpp_deduction_guides) etc. (continued from #30)
#48
martinmoene
closed
4 years ago
0
Differentiate storage for dynamic, static extent (continued from #30)
#47
martinmoene
closed
5 years ago
0
Use std::size_t for the extent_t
#46
ThePhD
closed
5 years ago
1
extent_t is ptrdiff_t, which ruins SFINAE for people expecting std::size_t
#45
ThePhD
closed
5 years ago
6
Tests don't build against libc++
#44
wak-google
closed
4 years ago
1
wrong release number in CMakeLists.txt
#43
andijcr
closed
4 years ago
3
Include `stdexcept` if exceptions enabled
#42
flexferrum
closed
5 years ago
0
Failed to build release 0.5.0 with gcc 5.4 and default `-std` setting
#41
flexferrum
closed
5 years ago
6
error in finding as_bytes when byte-lite is present
#40
tsung-wei-huang
closed
4 years ago
2
Fix package imporation/exportation from build tree
#39
gracicot
closed
3 years ago
1
span_HAVE_DEDUCTION_GUIDES deduction on MSVC fails
#38
melak47
closed
5 years ago
1
Next