Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in std-ranges
Why does c++ for each loops accept r-values but std::ranges do not?
Oct 27, 2025
c++
c++20
std-ranges
Is std::views::keys guaranteed to work correctly with any pair/tuple type?
Oct 26, 2025
c++
c++20
std-ranges
Why aren't non-ranged STL algorithms constrained with concepts in C++20?
Oct 26, 2025
c++
c++20
std-ranges
Why is `iterator_category` deleted in `std::views::concat::iterator` if it's a pure input iterator?
Oct 25, 2025
c++
iterator
standards
std-ranges
c++26
What is the rationale behind the iterator/sentinel of range adaptors providing the base() accessor?
Oct 24, 2025
c++
c++20
std-ranges
c++23
How can std::ranges work with initializer_list?
Oct 24, 2025
c++
std-ranges
stdinitializerlist
In what situations does `ranges::for_each` work but `for (auto&& elt : rg)` fail?
Oct 23, 2025
c++
std-ranges
c++23
C++23: How to erase a subrange from vector
Oct 22, 2025
c++
std-ranges
c++23
What is a view_closure in range-v3?
Oct 21, 2025
c++
c++20
range-v3
std-ranges
Why can't I use lazy_split_view with a istream view instead of a string_view?
Oct 20, 2025
c++
istream
std-ranges
c++23
istream-iterator
How do I use member functions to a standard library ranges operation
Oct 20, 2025
c++
c++20
std-ranges
Does there exist a ranges::views::group_by counterpart that takes into account all elements, as opposed to just contiguous ones?
Oct 20, 2025
c++
c++20
range-v3
std-ranges
How to satisfy totally_ordered for a custom type without spaceship comparison operator (ranges::is_sorted, ranges::sort)
Oct 17, 2025
c++
c++20
std-ranges
C++ parallel STL Vectorized algorithm not implemented p2408
Oct 18, 2025
c++
gcc
tbb
std-ranges
c++23
`format_as` use with range types
Oct 18, 2025
c++
std-ranges
fmt
c++23
Is it legal to dereference end() on std::views::iota?
Oct 16, 2025
c++
c++20
std-ranges
Binding std::generator<T> with pybind11?
Oct 15, 2025
c++
pybind11
std-ranges
c++-coroutine
std-generator
C++20 ranges - How to store a composed ranges view in class member
Oct 02, 2025
c++
gcc
c++20
std-ranges
Why the standard defines borrowed_subrange_t as common_range?
Sep 21, 2025
c++
c++20
range-v3
std-ranges
How do you use std::views::zip (and friends) with the pipe syntax?
Sep 18, 2025
c++
std-ranges
c++23
« Newer Entries
Older Entries »