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 c++20
`std::lock_guard` for `std::counting_semaphore` and `std::binary_semaphore`
May 31, 2026
c++
locking
c++20
semaphore
raii
Specializing types from namespace std based on user-defined concepts
May 31, 2026
c++
c++20
Can switch default statement be optimised out for enum
May 31, 2026
c++
enums
language-lawyer
c++20
compiler-optimization
Compiler wrongfully regards variable as rvalue
May 31, 2026
c++
g++
c++20
compiler-bug
What is a concrete use case of std::ranges::partial_sort_copy with *different* projections?
May 31, 2026
c++
c++20
std-ranges
partial-sort
Is there an even faster approach than swap-and-pop for erasing from std::vector?
May 30, 2026
c++
stdvector
c++20
Why does the std::sentinel_for concept require default constructability?
May 30, 2026
c++
language-lawyer
c++20
std
c++-concepts
Resolving function overload in requires clause
May 29, 2026
c++
language-lawyer
c++20
c++-concepts
Disabling function that uses concept constrain if concept is not met
May 28, 2026
c++
c++20
c++-concepts
How to use concept to restrict typename to numeric? C++20 features
May 28, 2026
c++
c++20
sfinae
enable-if
concept
Workaround for not being able to move from initializer_list?
May 27, 2026
c++
c++20
move-semantics
initializer-list
c++23
Can a user-defined deduction guide be constrained by a trailing requires-clause?
May 27, 2026
c++
language-lawyer
c++20
Unconstrained requires-expression parameter
May 28, 2026
c++
c++20
c++-concepts
How would you implement a lazy "range factory" for C++20 ranges that just calls a generator function?
May 26, 2026
c++
c++20
std-ranges
Why does exporting a type alias such as std::vector<std::string> in a module allow use of both std::vector and std::string in some internal partition?
May 27, 2026
c++
string
templates
vector
c++20
Why chained range views sometimes increase in size?
May 27, 2026
c++
c++20
std-ranges
Why doesn't MSVC class' find friend function via ADL, preferring calling a lambda?
May 27, 2026
c++
templates
c++20
argument-dependent-lookup
C++20 requires expression does not catch static_assert
May 26, 2026
c++
templates
c++20
c++-concepts
type-constraints
Safely type punning POD-like structures in-place in C++20?
May 26, 2026
c++
c++20
Older Entries »