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
Can I use std::generator in a C++20 project to generate a range view?
Apr 21, 2026
c++
c++20
std-ranges
c++-coroutine
c++23
Is there any standard functionality for creating a flattened view of a map with a container as the mapped_type?
Apr 17, 2026
c++
c++20
std-ranges
Why std::ranges::view_interface using CRTP
Apr 11, 2026
c++
c++20
range-v3
std-ranges
Why doesn't this code using std::ranges::find on an std::views::zip compile?
Apr 11, 2026
c++
std
std-ranges
c++23
Bug or compilation error with some compilers for simple std::ranges code
Apr 08, 2026
c++
c++20
std-ranges
When should i use range adaptors vs range algorithms?
Apr 02, 2026
c++
c++20
std-ranges
How to use std::views::transform on a vector?
Mar 29, 2026
c++
c++20
std-ranges
Creating a "double zip" view in C++23
Mar 27, 2026
c++
std-ranges
c++23
Why use std::ranges algorithms over regular algorithms?
Mar 27, 2026
c++
algorithm
stl
std-ranges
Why does std::filter_view not have a way to eagerly evaluate it and convert it to view whose begin in const?
Mar 26, 2026
c++
c++20
std-ranges
Why can't I pass a std::views::join by const reference?
Mar 22, 2026
c++
c++20
std-ranges
Are view iterators valid beyond the lifetime of the view?
Mar 15, 2026
c++
language-lawyer
c++20
std-ranges
error: 'sort' is not a member of 'std::ranges'; did you mean 'std::sort'?
Mar 16, 2026
c++
c++20
std-ranges
g++10
stack-use-after-return with projection to a member inside a ranges pipeline [duplicate]
Mar 09, 2026
c++
gcc
clang
c++20
std-ranges
Why does `zip_view` not support `output_range`?
Mar 03, 2026
c++
std-ranges
c++23
C++20 and on: Which views/algorithms can be piped?
Feb 27, 2026
c++
std-ranges
Why does GCC copy object for each comparison in `std::ranges::max`?
Feb 26, 2026
c++
gcc
stl
clang
std-ranges
Older Entries »