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 enumerate each hours of a day
Sep 20, 2025
c++
c++20
c++-chrono
Is there a standard way to keep the result of a constexpr std::string function?
Sep 20, 2025
c++
c++20
constexpr
How to get an element of type list by index
Sep 20, 2025
c++
metaprogramming
variadic-templates
c++20
Template member function containing decltype(lambda) default template parameter has divergent behaviour on different compilers
Sep 20, 2025
c++
templates
lambda
compiler-errors
c++20
How can I create deduction guides for template aliases in C++20?
Sep 19, 2025
c++
templates
c++20
template-argument-deduction
deduction-guide
C++20 Module multiple-layer of inheritance
Sep 18, 2025
c++
c++20
Requires clause positioning in C++20 function templates
Sep 18, 2025
c++
language-lawyer
c++20
c++-concepts
Currying in C++20 and (universal) references
Sep 17, 2025
c++
c++20
currying
forwarding-reference
How is 1.0 / 3.0 not an undefined operation in C++? (not representable in float)
Sep 19, 2025
c++
floating-point
language-lawyer
c++20
Is it possible to make a less-than greater-than ordering relationship between enum values using comparison operator in c++20
Sep 18, 2025
c++
enums
c++20
spaceship-operator
partial-ordering
does boost::asio co_spawn create an actual thread?
Sep 17, 2025
boost-asio
c++20
Copy constructor with impossible requires-constraint
Sep 16, 2025
c++
language-lawyer
c++20
copy-constructor
c++-concepts
Is it technically UB to static_cast<A*>(memmove(dst, (void*)src, sizeof(src))) since C++20?
Sep 15, 2025
c++
language-lawyer
c++20
undefined-behavior
lifetime
How can I enable/disable a function depending on the size of an array?
Sep 15, 2025
c++
c++20
template-meta-programming
c++-concepts
Leap seconds and std::chrono
Sep 16, 2025
c++
c++-chrono
c++20
leap-second
End of object lifetime if its storage is partially reused
Sep 15, 2025
c++
language-lawyer
c++20
lifetime
Discrepancy with decltype on static member-function
Sep 15, 2025
c++
language-lawyer
c++20
How do I restrict fold expressions with C++ 20 requirements/concepts?
Sep 15, 2025
c++
variadic-templates
c++20
c++-concepts
fold-expression
Is it possible to make zero-allocation coroutine runtime in C++?
Sep 15, 2025
c++
asynchronous
c++20
language-design
c++-coroutine
std::three_way_comparable returns false for a non-default `operator<=>`
Sep 14, 2025
c++
c++20
spaceship-operator
Older Entries »