Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Non type template parameter of type std::string& compiles in gcc but not in clang

c++ language-lawyer c++20

Why doesn't std::ranges::find compile while std::find works fine?

c++ c++20 std-ranges

Passing std::ranges::views as parameters in C++20

c++ c++20 std-ranges

What is a Designated Initializer?

llvm documentation example does not compile

c++ clang++ llvm-clang c++20

constexpr C++ error: destructor used before its definition

c++ c++20 constexpr

How to use output iterators without a container: Set intersection without storage

Does the standard require `operator->()` to be defined for past-the-end non-contiguous iterators?

How to use `static_assert(std::forward_iterator<my_iterator<...>>);`

constexpr unsigned int * unsigned long not evaluated as unsigned long?

Imaginary deduction guides

c++ language-lawyer c++20

Can any char be converted in bool using std::bit_cast?

At which point are default template arguments instantiated in C++?

A lambda with a capture fail to compile when used with std::semi_regular

c++ lambda c++20

Got an Error when using C++20 Polymorphism Lambda Function

Custom formatter failed to compile in clang and gcc, but succeeded in MSVC

c++ format c++20

Can constructor's member initializer include initialization of another member?