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
Why are time_of_day and hh_mm_ss two different types in C++20?
May 18, 2022
c++
c++20
chrono
Why does views::reverse not work with iota_view<int64_t, int64_t>
Jun 29, 2022
c++
c++20
std-ranges
Why do C++20 ranges not provide only pipe syntax?
Aug 23, 2022
c++
c++20
range-v3
Using concepts for function overload resolution (instead of SFINAE)
Aug 25, 2022
c++
sfinae
overload-resolution
c++20
c++-concepts
Using fold expression with std::apply on two tuples
Apr 03, 2022
c++
tuples
c++17
c++20
fold-expression
Why can I modify const_cast-ed object in constexpr function?
Nov 06, 2022
c++
undefined-behavior
c++20
constexpr
C++ TS Concepts and accessors
Oct 03, 2021
c++
c++-concepts
c++20
What does comparing the result of the three-way comparison operator with nullptr do?
Sep 13, 2022
c++
c++20
nullptr
spaceship-operator
Simplest way to assign std::span to std::vector
Mar 12, 2022
c++
stdvector
c++20
c++-standard-library
std-span
How to understand the definition of "manifestly constant-evaluated"?
Jun 04, 2022
c++
language-lawyer
c++20
Import std lib as modules with clang
Sep 09, 2022
c++
clang++
c++20
c++-modules
Why does `iota(0) | take(0)` not model ranges::sized_range in C++20?
Apr 07, 2022
c++
c++20
range-v3
std-ranges
Ambiguous name lookup with C++20 using-enum-declaration
Oct 02, 2022
c++
language-lawyer
c++20
name-lookup
using-declaration
Which header file or definitions to use for using char8_t data type in C++?
Sep 15, 2022
c++
c++20
Comma Operator in subscript operator?
Oct 06, 2022
c++
c++17
c++20
comma-operator
subscript-operator
In C++20, how do I write a contiguous iterator?
Sep 13, 2022
c++
stl
iterator
c++20
contiguous
Is std::ranges::size supposed to return an unsigned integer?
Sep 23, 2022
c++
eigen
c++20
eigen3
std-ranges
SFINAE automatically check that function body compiles without explicit constraints
Sep 10, 2022
c++
templates
c++20
definition-checking
Is it possible to co_await in a catch clause?
May 30, 2022
c++
c++20
c++-coroutine
Which of these new expressions with char arrays are well-formed?
Sep 05, 2022
c++
language-lawyer
new-operator
c++20
« Newer Entries
Older Entries »