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
Deleted function template in requires-expression, differing compiler behavior
Aug 03, 2026
c++
templates
c++20
requires-expression
How do you do bounds checking with std span?
Aug 03, 2026
c++
c++20
outofrangeexception
std-span
How to get away with using designated initializers in C++17? Or, why is it seemingly safe to use them, if it's really not?
Aug 02, 2026
c++
c++17
c++20
aggregate-initialization
c++20 msvc error c3861 base member not found
Aug 02, 2026
c++20
visual-studio-2022
Does GCC or Clang implement chrono::current_zone()?
Aug 02, 2026
c++
g++
c++20
clang++
What is the difference between lambda capture [&args...] and [...args = std::forward<Args>(args)]
Aug 02, 2026
c++
templates
lambda
c++20
variadic
Structure bindings not expected to compile in C++17, but it does anyway
Aug 02, 2026
c++
c++17
g++
c++20
How to test if member is integral in concept? [duplicate]
Aug 02, 2026
c++
c++20
C++ 20 Modules: submodules vs module partition difference
Jul 31, 2026
c++
c++20
c++-modules
"const std::stop_token&" or just "std::stop_token" as parameter for thread function?
Jul 30, 2026
c++
multithreading
c++20
CUDA 12 C++20 support with CMake not working
Jul 31, 2026
c++
cmake
cuda
c++20
visual-studio-2022
Why std::tuple comparison calls operator bool when operator< overload is provided
Jul 30, 2026
c++
templates
c++20
What is the best approach for using std::ranges/std::views with std::expected in C++23?
Jul 31, 2026
c++
c++20
c++23
How to convert `const std::vector<T*>` into `std::span<const T*>`
Jul 31, 2026
c++
c++20
std
std-span
How to restrict lambda parameter's parameter to only be a reference?
Jul 30, 2026
c++
c++20
c++-concepts
concepts return type requirement syntax two versus one template parm
Jul 31, 2026
c++
c++20
c++-concepts
How to stream out a C++ `zoned_time` constructed with a user-written `time_zone`
Jul 30, 2026
c++
c++20
c++-chrono
Qualified dependent name lookup with injected-class-name of base class
Jul 31, 2026
c++
c++20
Can a concept be checked against incomplete type
Jul 29, 2026
c++
c++20
c++-concepts
Older Entries »