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
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
What is the ideal way to customize the separators and brackets for formatting ranges?
Feb 26, 2026
c++
std-ranges
c++23
fmt
stdformat
Can i use split_view with a delimiter that's comparable, but otherwise not related to the split range's value type?
Feb 23, 2026
c++
split
c++20
std-ranges
Is using ranges in c++ advisable at all? [closed]
Feb 22, 2026
c++
c++20
range-v3
std-ranges
C++20's std::views::filter not filtering the view correctly
Feb 20, 2026
c++
filter
g++
c++20
std-ranges
Is there a way in Range-v3 to prepend or append an element to a range/view?
Feb 17, 2026
c++
functional-programming
c++17
range-v3
std-ranges
how to use a vector of keys to filter values from a map and produce a set using c++ ranges syntax
Feb 14, 2026
c++
algorithm
stl
range-v3
std-ranges
Vectors do not satisfy std::ranges::contiguous_range in Eigen 3.4
Feb 15, 2026
c++
eigen
c++20
eigen3
std-ranges
Counting the number of present values in array of optionals with std::ranges
Feb 08, 2026
c++
algorithm
c++20
clang++
std-ranges
Iterate over equal ranges of range with C++20
Feb 08, 2026
c++
c++20
std-ranges
How to drop the last element using c++20 ranges
Feb 05, 2026
c++
c++20
std-ranges
c++23
Why does the random access property of iota_view depend on the element type? And how to write a Foo such that iota(Foo{1}, Foo{10}) is random-access?
Feb 05, 2026
c++
c++20
std-ranges
range-v3
std::views::istream with std::views::take
Jan 30, 2026
c++
c++20
std-ranges
What is the point of c++20 ranges? [closed]
Jan 28, 2026
c++
iterator
c++20
std-ranges
can a range of generators be joined
Jan 25, 2026
c++
std-ranges
c++23
c++-coroutine
C++ 20: trying to return std::ranges::view from a function
Jan 24, 2026
c++
c++20
std-ranges
missing `typename` in gcc 11.1.0 ranges header
Jan 22, 2026
c++
c++20
libstdc++
std-ranges
Invalid operands to binary expression when importing custom view from a module
Dec 31, 2025
c++
c++20
std-ranges
c++-modules
Why does std::ranges::find_if return an iterator but std::ranges::find_last_if return a subrange?
Jan 01, 2026
c++
std
std-ranges
c++23
Older Entries »