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
What is the difference between `std::default_initializable` and `std::is_default_constructible`?
Feb 20, 2021
c++
c++20
Is std::chrono::years storage really at least 17 bit?
Sep 21, 2022
c++
chrono
c++20
libc++
Can C++ struct static member variables shadow non type template parameters?
Aug 31, 2022
c++
language-lawyer
c++20
non-type-template-parameter
Is it valid to create closure (lambda) objects using `std::bit_cast` in C++20?
Aug 30, 2022
c++
lambda
language-lawyer
c++20
bit-cast
Why isn't std::swap marked constexpr before C++20?
Nov 18, 2022
c++
c++11
constexpr
c++20
Can spaceship operator be used in fold expressions?
Sep 20, 2022
c++
language-lawyer
c++20
fold-expression
spaceship-operator
using constexpr to return pointer
Aug 26, 2022
c++
c++20
constexpr
Function is not usable as a 'constexpr' function
Sep 20, 2022
c++
c++20
C++ 20 chrono: How to compare time_point with month_day?
Aug 30, 2022
c++
date
c++20
chrono
Difference between std::atomic and std::condition_variable wait, notify_* methods
Sep 20, 2022
c++
c++20
condition-variable
stdatomic
Empty braces magic in initializer lists
Sep 12, 2022
c++
c++20
initializer-list
Which is the best viable operator == function between these two declarations?
Sep 15, 2022
c++
templates
language-lawyer
c++20
Is pointer arithmetic on allocated storage allowed since C++20?
Sep 25, 2022
c++
arrays
dynamic-arrays
lifetime
c++20
Which part of the C++ standard prevents explicitly specifying this template's arguments?
Sep 15, 2022
c++
c++17
language-lawyer
variadic-templates
c++20
c++ generic compile-time for loop
Nov 02, 2021
c++
c++17
variadic-templates
template-meta-programming
c++20
Why are span's array and std::array constructors different from its container constructors
Sep 19, 2022
c++
c++20
std-span
Forwarding to an Aggregate Initializer?
Jan 07, 2021
c++
c++17
c++20
How to use the <format> header
Sep 24, 2022
c++
formatting
g++
header-files
c++20
Can comparison operator be defaulted outside of class definition in C++20?
Sep 12, 2022
c++
language-lawyer
c++20
comparison-operators
How can std::vector be converted to std::span?
Oct 15, 2022
c++
c++20
« Newer Entries
Older Entries »