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
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
Custom range adaptor only works at the end of composition
Sep 15, 2025
c++
c++20
std-ranges
Why std::erase and std::erase_if don't support projection?
Sep 14, 2025
c++
c++20
std-ranges
erase-remove-idiom
Why does std::views::split() compile but not split with an unnamed string literal as a pattern?
Sep 13, 2025
c++
split
string-literals
std-ranges
c++23
What is std::views::all introduced for in C++20?
Sep 14, 2025
c++
standards
c++20
std
std-ranges
Why is iterating over std::ranges::views::join so slow
Sep 11, 2025
c++
c++20
benchmarking
std-ranges
« Newer Entries
Older Entries »