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
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
What is decl-reachable in C++ 20?
May 25, 2026
c++
language-lawyer
c++20
c++-modules
Is specializing std::hash for a constrained std::tuple considered undefined behaviour?
May 26, 2026
c++
c++20
Clang rejects std::array initialisation but gcc accepts
May 25, 2026
c++
language-lawyer
c++20
user-defined-literals
How to define a C++ concept for a range to a std::pair of reference wrappers?
May 26, 2026
c++
c++20
c++-concepts
std-ranges
Is there a compact way to make std::optional<T>::value_or work on member variables of T
May 25, 2026
c++
c++20
stdoptional
#include of a HTTP URL in C++
May 25, 2026
c++
c++11
c++17
c++20
compiler-explorer
Can CTAD be used inside a member of the template class?
May 24, 2026
c++
c++20
class-template
ctad
How to do chained coroutines in C++ 20
May 24, 2026
c++
c++20
c++-coroutine
Can c++ std::source_location be used with a conversion operator?
May 23, 2026
c++
c++20
Requires expression with local parameter of void type
May 24, 2026
c++
language-lawyer
c++20
void
requires-expression
Does operator < need to be declared before calling std::lexicographical_compare
May 23, 2026
c++
language-lawyer
c++20
What causes this code `Segmentation fault` after a coroutine call `promise_type::return_value()`?
May 21, 2026
c++
promise
segmentation-fault
coroutine
c++20
How to create C++20 concept for typelist predicate?
May 23, 2026
c++
c++20
How to use std::format to format all derived class of the same base class?
May 22, 2026
c++
formatting
c++20
fmt
« Newer Entries
Older Entries »