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
Is dereference null pointer UB in C++20?
Aug 07, 2026
c++
language-lawyer
c++20
undefined-behavior
Out-of-class definition with requires clause is rejected by clang but works with gcc
Aug 07, 2026
c++
language-lawyer
c++20
c++-concepts
requires-clause
How to check if a member function or free function is for the exact given type(not any of its base)?
Aug 04, 2026
c++
c++17
c++20
template-meta-programming
std::any implementation details
Aug 05, 2026
c++
language-lawyer
c++20
Expand constexpr array into positional function arguments
Aug 05, 2026
c++
metaprogramming
c++20
template-meta-programming
Is there a way to specify and use a list of all data members belonging to a C++ class
Aug 05, 2026
c++
metaprogramming
static-analysis
c++20
C++20 <chrono> incomplete type used in nested name specifier
Aug 05, 2026
c++
gcc
c++20
c++-chrono
libstdc++
Why [[no_unique_address]] attribute doesn't work in some cases?
Aug 05, 2026
c++
c++20
Is overloading on universal references now much safer with concepts in c++ 20
Aug 05, 2026
c++
c++20
c++-concepts
forwarding-reference
effective-c++
What is the C++20 "addressing restriction" good for?
Aug 05, 2026
c++
c++20
std
All programs were UB before C++20?
Aug 04, 2026
c++
language-lawyer
c++20
undefined-behavior
Conversion of std::vector to std::span<T> [duplicate]
Aug 03, 2026
c++
c++20
ctad
Writing a generic `string_to_float<T>` without overhead compared to `std::stof`
Aug 02, 2026
c++
c++20
if-constexpr
c++-attributes
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
« Newer Entries
Older Entries »