issues
search
ericniebler
/
range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.15k
stars
438
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add deprecation to deprecated function
#1840
Xewar313
opened
3 weeks ago
0
CMake version 3.6 is getting outdated.
#1839
christianbrugger
opened
1 month ago
0
Fix for C++23 implicit move
#1838
jicama
closed
1 month ago
0
gcc14 compile fails immediately
#1837
VictorEijkhout
opened
1 month ago
0
Working with iterators that store values and return them leads to dangling references in some ranges
#1836
benjamind2330
closed
2 months ago
3
Enable ASan in Windows CI
#1835
CaseyCarter
closed
2 months ago
0
eliminate apple-clang deprecation warnings about redeclared constexpr class static members
#1834
ericniebler
closed
2 months ago
0
P2770R0 makes stashing `regex_token_iterator` input
#1833
CaseyCarter
closed
2 months ago
3
fix the "version GLIBC_2.28 not found (needed by node)" CI error
#1832
ericniebler
closed
2 months ago
0
Include string class in primitive.hpp
#1831
Mathu-lmn
closed
2 months ago
2
Any upcoming 0.13 release ?
#1830
GuillaumeDua
opened
3 months ago
0
Tests fail to build on current Debian sid
#1829
wRAR
opened
3 months ago
10
`vector<weak_ptr>` null after filtering: `items | transform(<lock()>) | filter(<not null>)`
#1828
helmesjo
opened
3 months ago
0
Make range-v3 a Bazel module (Support Bzlmod)
#1827
EazyReal
closed
2 months ago
0
Make range-v3 a Bazel module (Support Bzlmod)
#1826
EazyReal
opened
4 months ago
1
Implementation Request for ranges::views::pairwise and ranges::views::adjacent
#1825
o3wiz
opened
4 months ago
0
Why isn't repeat_n a range adaptor?
#1824
Mick235711
opened
4 months ago
0
With compiling with gcc >= 11.1 for C++20, constraint depending on itself when checking for member begin on constant ref_view around boost range
#1823
Aster89
opened
4 months ago
0
ranges::transform cannot be compiled with c++17
#1822
hj2000
opened
5 months ago
0
ranges::views::chunk_by and std::views::chunk_by return different results
#1821
Arsennnic
closed
5 months ago
1
Is there an approach to concat 2 vector?
#1820
dangdkhanh
closed
5 months ago
2
Add __cpp_impl_coroutine check for LLVM-17 in a test
#1819
bunnypak
opened
6 months ago
0
Differntiate __cpp_coroutines and __cpp_impl_coroutine for LLVM-17
#1818
r-barnes
opened
6 months ago
0
operator = for ranges::views::concat result
#1817
Jimmy-Hu
closed
7 months ago
1
Remove ABI-incompatible assertion code in any_view.hpp
#1816
mjbeardsley
closed
2 months ago
1
JVM / Python / OOP like group_by view
#1815
haleyk10198
opened
7 months ago
0
MSVC warning C4702: unreachable code with NDEBUG
#1814
mmaulwurff
opened
8 months ago
0
Error when using function return value directly
#1813
icedream2linxi
opened
9 months ago
2
Add missing includes
#1812
stribor14
closed
8 months ago
0
action::remove not included
#1811
stribor14
closed
8 months ago
0
UB in std::views::split
#1810
OptimumCpp
opened
9 months ago
7
Nested `key_type` for lazy set algorithms formatting?
#1809
rhalbersma
opened
10 months ago
0
pipe adaptor support for tuple_algorithm.hpp
#1808
haleyk10198
opened
10 months ago
0
CMAKE_CXX_STANDARD 20 and RANGES_CXX_STD 17 - does not work
#1807
suhasghorp
closed
10 months ago
1
Range-v3 fails to compile on the latest MSVC version with Visual Studio 2022
#1806
KKhanhH
closed
5 months ago
2
Security disclosure policy
#1805
feuer-medtronic
opened
10 months ago
0
C++23's range_adaptor_closure equivalent
#1804
stripe2933
closed
10 months ago
2
ranges::to eigen
#1803
hwelzel
opened
12 months ago
2
views::generate doesn't work with views::chunk_by
#1802
gbeck75
opened
1 year ago
5
Remove duplicate elements from multiple input vectors at the same time
#1801
dimy-x
opened
1 year ago
0
Enumerate with arbitrary starting index
#1800
serpent7776
opened
1 year ago
8
Add missing calls to test_result()
#1799
serpent7776
closed
1 year ago
0
Cast issue with GCC12
#1798
perache
opened
1 year ago
2
view chunk can't compile?
#1797
dangdkhanh
closed
1 year ago
1
cannot create any_view from empty_view
#1796
eroller
opened
1 year ago
0
warning: out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated [-Wdeprecated]
#1795
multivac61
opened
1 year ago
0
"ranges::to" failed for template type T with universal construction
#1794
YanB25
closed
1 year ago
2
Please add "feature test macros"
#1793
VictorEijkhout
opened
1 year ago
0
C++20
#1792
matheusdiogenesandrade
closed
1 year ago
4
views::concat doesn't work with std::vector
#1791
vinesworth
opened
1 year ago
1
Next