Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Why are time_of_day and hh_mm_ss two different types in C++20?

c++ c++20 chrono

Why does views::reverse not work with iota_view<int64_t, int64_t>

c++ c++20 std-ranges

Why do C++20 ranges not provide only pipe syntax?

c++ c++20 range-v3

Using concepts for function overload resolution (instead of SFINAE)

Using fold expression with std::apply on two tuples

Why can I modify const_cast-ed object in constexpr function?

C++ TS Concepts and accessors

c++ c++-concepts c++20

What does comparing the result of the three-way comparison operator with nullptr do?

Simplest way to assign std::span to std::vector

How to understand the definition of "manifestly constant-evaluated"?

c++ language-lawyer c++20

Import std lib as modules with clang

c++ clang++ c++20 c++-modules

Why does `iota(0) | take(0)` not model ranges::sized_range in C++20?

c++ c++20 range-v3 std-ranges

Ambiguous name lookup with C++20 using-enum-declaration

Which header file or definitions to use for using char8_t data type in C++?

c++ c++20

Comma Operator in subscript operator?

In C++20, how do I write a contiguous iterator?

Is std::ranges::size supposed to return an unsigned integer?

SFINAE automatically check that function body compiles without explicit constraints

Is it possible to co_await in a catch clause?

c++ c++20 c++-coroutine

Which of these new expressions with char arrays are well-formed?