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 concepts to pass an argument to a class method?
Jan 21, 2026
c++
c++20
c++-concepts
c++-templates
requires clause for a non-template member function in a template class
Jan 20, 2026
c++
visual-studio
templates
c++20
requires-clause
C++20: How to wait on an atomic object with timeout?
Jan 21, 2026
c++
timeout
atomic
semaphore
c++20
`requires` expression is evaluated to false in a nested template, but code is still compiled
Jan 21, 2026
c++
language-lawyer
c++20
requires-clause
Why can't a placement-new expression be a constant expression?
Jan 21, 2026
c++
c++20
placement-new
constant-expression
warning: operator delete called on unallocated object
Jan 20, 2026
c++
c++17
c++20
delete-operator
What is the reason for std::memcpy not being constexpr even in C++20?
Jan 19, 2026
c++
constexpr
c++20
Using C-style arrays in std::vector - MSVC bug?
Jan 03, 2026
c++
visual-c++
language-lawyer
c++20
How does overload resolution select from multiple prospective destructors?
Jan 02, 2026
c++
language-lawyer
c++20
c++-concepts
overload-resolution
What is the difference between using a Concept directly instead of `typename`, versus using the `requires` keyword? Or is it just a matter of style?
Jan 03, 2026
c++
templates
c++20
c++-concepts
c++-templates
How to perfect forward variadic template args with default argument std::source_location?
Jan 02, 2026
c++
templates
c++20
variadic-templates
perfect-forwarding
std::convertible_to failing to recognize explicitly convertible types
Dec 31, 2025
c++
c++20
c++-concepts
compiler-explorer
How to expose inherited constructors when using nested templating?
Jan 02, 2026
c++
templates
inheritance
c++20
class-template
No type named 'time_zone' in namespace 'std::chrono'
Jan 02, 2026
c++
clang
mingw
c++20
c++-chrono
Is there a best way to deal with undefined behavior in bitwise conversion between floats and integers in C++14, C++17, C++20 and different compilers?
Jan 01, 2026
c++
c++17
c++20
simd
type-punning
Invalid operands to binary expression when importing custom view from a module
Dec 31, 2025
c++
c++20
std-ranges
c++-modules
Possible ways to make this `cartesian_product_with_filter` function variadic?
Dec 31, 2025
c++
c++20
variadic-templates
std-ranges
range-v3
C++20 Concepts: Constraint Normalization
Dec 31, 2025
c++
templates
constraints
c++20
c++-concepts
Input from an istream to a char* pointer?
Dec 30, 2025
c++
arrays
pointers
c++20
istream
Older Entries »