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 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
The state of a coroutine after final-suspend
Sep 15, 2025
c++
c++20
c++-coroutine
Custom range adaptor only works at the end of composition
Sep 15, 2025
c++
c++20
std-ranges
When is it ok to be !ok() with C++20 chrono dates?
Sep 15, 2025
c++
c++20
c++-chrono
Why std::erase and std::erase_if don't support projection?
Sep 14, 2025
c++
c++20
std-ranges
erase-remove-idiom
Concept to define type A to be equal to type B, if B exists
Sep 14, 2025
c++
templates
c++20
sfinae
c++-concepts
Why use a mutex and not a semaphore?
Sep 14, 2025
c++
c++20
mutex
semaphore
Maximal value of the Boost Multiprecision type 'float128' gives me a compilation error with GCC in C++20 mode
Sep 14, 2025
c++
gcc
boost
c++20
boost-multiprecision
« Newer Entries
Older Entries »