issues
search
martinmoene
/
string-view-lite
string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
422
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Include `<string>` before using `std::basic_string`
#58
StephanTLavavej
closed
5 months ago
0
Update actions/checkout in GitHub Actions to v4
#57
striezel
closed
9 months ago
0
Remove Travis CI configuration and badge
#56
striezel
closed
1 year ago
0
Do not cancel all jobs in a workflow if one fails.
#55
striezel
closed
1 year ago
0
fix build with gcc 4.9 as the first version of find() can't be constexpr then
#54
DerDakon
closed
2 years ago
0
silence compiler warnings for gcc 4.7 and before
#53
DerDakon
closed
2 years ago
0
Another release please...
#52
eyalroz
closed
2 years ago
8
update actions/checkout in GitHub Actions to v3
#51
striezel
closed
2 years ago
0
std::search called in search() when compiling with C++14
#50
eyalroz
opened
2 years ago
9
Fixes #48 - make find() constexpr in C++11
#49
eyalroz
closed
2 years ago
3
Make find() constexpr in C++11
#48
eyalroz
opened
2 years ago
7
Prevent construction/conversion from nullptr
#47
mbs-c
closed
4 months ago
2
Wrong check for stream vs sentry
#46
mprather
closed
2 years ago
3
wrong type in older compiler
#45
Elite-stay
closed
3 years ago
0
fix link to LLVM libc++ implementation of string_view
#44
striezel
closed
3 years ago
0
fix typos in string_view.hpp
#43
striezel
closed
3 years ago
0
added define to build without streams
#42
theShmoo
closed
3 years ago
8
Get rid of non-constexpr std::swap
#41
stdbug
closed
3 years ago
0
Compile errors with clang on Windows
#40
nickhutchinson
closed
3 years ago
2
Add Visual Studio 2019 to the Appveyor build matrix
#39
martinmoene
closed
4 years ago
0
Fix usage of char type builtins or mem-functions wrt constexpr-ness (#34, thanks to @mcskatkat)
#38
martinmoene
closed
4 years ago
0
Support constexpr for char type via builtins or mem-functions (#34, thanks to @mcskatkat)
#37
martinmoene
closed
4 years ago
0
Enabled compiler builtin use for GCC>6.0; change return type of lengt…
#36
mcskatkat
closed
4 years ago
0
Constexpr comparison
#35
martinmoene
closed
4 years ago
0
Non constexpr operator==
#34
mcskatkat
closed
4 years ago
25
template function length will occur with debug
#33
augustheart
closed
4 years ago
2
Error with incomplete type when compiling using NEC compiler
#32
acmnpv
closed
4 years ago
5
-Wshadow fails
#31
mattyclarkson
closed
4 years ago
4
Fix operator== on wstring_view and wchar_t raw string
#30
gongminmin
closed
4 years ago
0
Non-recursive variant of detail::length() for compilers with maximum recursion depth in compile-time constexpr evaluation.
#29
AdmiralCurtiss
closed
4 years ago
0
Comparison to C string doesn't compile with VC 2010
#28
ikolev21
closed
4 years ago
3
Add badge to conan-center
#27
martinmoene
closed
4 years ago
1
CMake Release?
#26
AndrewGaspar
closed
5 years ago
3
Fix name of namespace in exception messages
#25
mabraham
closed
5 years ago
0
nssv_CPP11 not defined
#24
llchan
closed
5 years ago
1
test on linux
#23
xor2003
closed
5 years ago
3
Literal string constructors should be marked noexcept
#22
xirius
closed
4 years ago
5
Add cstring_view adapter
#21
martinmoene
opened
5 years ago
2
`find_last_of` and `find_last_not_of` infinite loop
#20
binji
closed
4 years ago
0
compare size to speedup operators == and !=
#19
facontidavide
closed
5 years ago
1
fix package_name
#18
Neargye
closed
6 years ago
0
Fix possible problems with NOMINMAX on Visual C++
#17
Neargye
closed
6 years ago
0
Add verion for test
#16
Neargye
closed
6 years ago
0
Fix doc
#15
Neargye
closed
6 years ago
0
To string
#14
Neargye
closed
6 years ago
1
[Readme] Add to_string(allocator) for <C++11 to table
#13
martinmoene
closed
6 years ago
2
To string for lower C++11
#12
Neargye
closed
6 years ago
0
Update ci. Fix build.
#11
Neargye
closed
6 years ago
8
[WIP] Dont merge
#10
Neargye
closed
6 years ago
1
some clean-up
#9
Neargye
closed
6 years ago
0
Next