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
Do C++20 structs have a compiler-generated constructor with parameters?
Apr 25, 2026
c++
c++20
Why doesn't ranges provide a type erased view for non-contiguous ranges?
Apr 26, 2026
c++
iterator
c++20
c++-concepts
std-ranges
Why are explicitly defaulted comparison operators deleted when the class contains a reference member?
Apr 27, 2026
c++
c++20
spaceship-operator
Is there a C++14 alternative to explicit(expr) introduced in C++20?
Apr 25, 2026
c++
c++14
c++20
implicit-conversion
template-meta-programming
How to check that a type is 'formattable' using type traits / concepts?
Apr 24, 2026
c++
c++20
type-traits
c++-concepts
fmt format %H:%M:%S without decimals
Apr 25, 2026
c++
formatting
c++20
c++-chrono
fmt
Can't use std::source_location in VS2019
Apr 24, 2026
c++
c++20
Incomplete type works with gcc but not with clang and msvc
Apr 22, 2026
c++
templates
language-lawyer
c++20
Concept for string-like object
Apr 22, 2026
c++
c++20
c++-concepts
Benefits of using std::stop_source and std::stop_token instead of std::atomic<bool> for deferred cancellation?
Apr 22, 2026
c++
multithreading
c++20
How to pass values directly to std::span?
Apr 21, 2026
c++
c++20
Can I use std::generator in a C++20 project to generate a range view?
Apr 21, 2026
c++
c++20
std-ranges
c++-coroutine
c++23
std::format behaving different. between signed char / unsigned char
Apr 21, 2026
c++
c++20
Payload data with aligned unique_ptr
Apr 20, 2026
c++
unique-ptr
c++20
decltype of ternary operator is different in MSVC ~C++17
Apr 20, 2026
c++
visual-studio
c++20
When to use std::make_shared_for_overwrite?
Apr 19, 2026
c++
shared-ptr
c++20
Can I constrain a C++ function to accept an arbitrarily nested vector of a specific type? [duplicate]
Apr 18, 2026
c++
c++20
stdvector
c++-concepts
Is there any standard functionality for creating a flattened view of a map with a container as the mapped_type?
Apr 17, 2026
c++
c++20
std-ranges
Why is this combination of move and value constructor ambigous for MSVC but not for Clang and GCC in C++17 and above
Apr 17, 2026
c++
c++17
language-lawyer
c++20
standards-compliance
What does the auto "t{1U}" do in the following range-based for loop from std::make_heap example?
Apr 16, 2026
c++
c++20
range-based-loop
« Newer Entries
Older Entries »