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 to use the range version of `transform()` with two ranges?
Feb 22, 2026
c++
c++20
C++20's std::views::filter not filtering the view correctly
Feb 20, 2026
c++
filter
g++
c++20
std-ranges
What is the correct and optimal implementation of atomic_ref and atomic with padding bits?
Feb 19, 2026
c++
x86
c++20
micro-optimization
stdatomic
How can I disable concept evaluation result caching?
Feb 19, 2026
c++
lambda
language-lawyer
c++20
c++-concepts
Why does clang think gcc's subrange does not satisfy gcc's __ranges_begin function concept equirements?
Feb 17, 2026
c++
clang
c++20
c++-concepts
compiler-bug
Why constinit of half-initialized struct does not work
Feb 15, 2026
c++
language-lawyer
c++20
C++20 format sys_time with milliseconds precision
Feb 15, 2026
c++
c++20
c++-chrono
fmt
Vectors do not satisfy std::ranges::contiguous_range in Eigen 3.4
Feb 15, 2026
c++
eigen
c++20
eigen3
std-ranges
co_await is not supported in coroutines of type std::experimental::generator
Feb 16, 2026
c++
visual-c++
c++20
c++-coroutine
How std::atomic wait operation works?
Feb 15, 2026
c++
c++20
Is clang-tidy (version 14) right with `bugprone-use-after-move` error on this code?
Feb 15, 2026
c++
c++20
move
clang-tidy
Does std::strong_ordering in C++20 require a total order?
Feb 14, 2026
c++
language-lawyer
c++20
spaceship-operator
Why is template template function overload chosen over the one with the concept?
Feb 11, 2026
c++
c++20
c++-concepts
Is clang broken with `-std=c++20` and `-Wdtor-name`
Feb 13, 2026
c++
language-lawyer
c++20
clang++
How to declare static constexpr variable in C++?
Feb 13, 2026
c++
static
c++20
declaration
constexpr
Is it possible / advisable to return a range?
Feb 12, 2026
c++
c++20
range-v3
How can I avoid using #define macros in C++ in a case where I have to concatenate two const char* variables?
Feb 08, 2026
c++
c++20
constexpr
fmt
string-view
Spaceship operator with pimpl idiom
Feb 08, 2026
c++
c++20
pimpl-idiom
spaceship-operator
Older Entries »