Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Using c++ 20 Concept to check if a function returns a const value

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

C++ hinnant date lib - not parsing string to date under Linux, works on Windows

c++ datetime c++20 c++-chrono

C++ user-defined string literal template weird issue (getting string literal length as compile-time constant)

writing an output iterator for c++20

c++ c++20

Three-way comparison operator member vs non-member implementation

Structuring a project with circular dependencies using C++ modules

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

Is it safe that the one coroutine function working on multiple strand/thread?

Can we declare a struct as conforming to a concept?

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

accessing member in trailing return type vs. in requires clause of a locally defined friend function

c++20 How to make a constrained tuple like container that contains only the allowed types and an instance of itself

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

How to define a concept that requires T to have a T::inner member

!= auto generated from == in C++20?

Class template argument deduction ambiguity

c++ language-lawyer c++20

std::construct_at to use memory from std::byte / unsigned char arrays

Is it possible to construct a `std::span` from a view in C++20?

c++ c++20 std-ranges std-span

How do I define an exported constant?

Understanding the convertible_to concept in c++20

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

Outside class definition of member function enabled with concept

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

Is there a good way to make vscode intellisense detect g++ gcm files generated from -xc++-system-header flag for importing?