Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Why is std::span a pointer + size and not two iterators

c++ c++20 std-span

Invoking `constexpr` member function through reference - clang vs gcc

What are the differences between libfmt and std::format?

c++ c++20 fmt

Why does the C++20 range library have its own namespace?

c++ c++20 std-ranges

Detect compile-time literals and constants

Hashing types at compile-time in C++17/C++2a

Implicit operator != resolving ambiguity in operators ==

How to test if std::remove_cvref is defined in the standard library?

C++20: How is the returning from atomic::wait() guaranteed by the standard?

Checking for constexpr in a concept

Constrained member functions and explicit template instantiation

How to annotate a ternary expression with `[[likely]]`?

c++ c++20

Counting parameters of a template template type

Why is there not a no-throw guarantee in the standard for std::set::extract() and std::set::insert(nh)?

Using std::atomic with futex system call

c++ linux c++20 stdatomic futex

Using ranges::view::iota in parallel algorithms

Is this a proper use of C++20 concepts?

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

Forward declaration to break cyclic dependency in C++20 modules doesn't work