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 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
Is const broken with std::views?
Sep 06, 2025
c++
constants
c++20
std-ranges
std::views like operation on parameters pack
Sep 05, 2025
c++
template-meta-programming
std-ranges
lifetime of temporary ranges in c++
Sep 05, 2025
c++
c++20
std-ranges
Why cannot I generate pairs of numbers from a std::views::iota in c++ 20
Sep 05, 2025
c++
c++20
std-ranges
iota
Why is ranges::basic_istream_view::begin() not cached?
Jan 27, 2023
c++
c++20
range-v3
std-ranges
ranges::view::transform produces an InputIterator preventing the use of std::prev
Jan 02, 2023
c++
iterator
c++20
std-ranges
Is it possible to use a dynamic number of range adaptors?
Dec 19, 2022
c++
c++20
std-ranges
Why is std::common_iterator just std::forward_iterator?
Feb 06, 2023
c++
iterator
c++20
range-v3
std-ranges
Why the type of the iterator to `std::views::transform` does not seem to be a deterministic type?
Sep 04, 2025
c++
algorithm
iterator
c++20
std-ranges
Questions about ranges::distance implementation
Sep 03, 2025
c++
gcc
c++20
libstdc++
std-ranges
std::views::split copies the pattern instead of making a reference
Sep 03, 2025
c++
std-ranges
Why is this std::view getting evaluated twice?
Sep 01, 2025
c++
std-ranges
c++23
I am unable to construct a vector using a iterators over a view that uses take_while in its construction
Sep 02, 2025
c++
c++20
stdvector
std-ranges
c++23
Older Entries »