Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Passing a string literal to a template char array parameter

`make_unique_for_overwrite` still initializes `std::pair` elements

c++ memory c++20

What's the special value of `co_yield` in contrast to a simple stateful lambda in C++20?

Which substitution failures are not allowed in requires clauses?

C++ 20 Concepts: Require operator overloading

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

What are the rules for creating your own (pipeable) ranges ::views and ::actions?

c++ c++20 std-ranges

Does clang++ 12 support C++20 std::construct_at?

c++ clang++ c++20

Why does Visual Studio compile this function correctly without optimisation, but incorrectly with optimisation?

C++20 Streams aka Ranges

Placement new and delete in constexpr functions

c++ c++20

C++20 std::ranges: Range adapter to skip every nth element

c++ c++20 std-ranges

why I can't use a take() after a istream_view in c++20

c++ c++20 std-ranges

Can std::chrono::from_stream convert string to time_point with microseconds accuracy?

c++ date parsing c++20 chrono

Use 'using enum' in C++20 in classes possible?

c++ enums c++20 enum-class

Constexpr member function

c++ c++17 constexpr c++20

Check for function existance on other type using C++ concepts

Deducing the type of an integer by its compiletime value

c++ c++20

Can't use std::cin with char* or char[] in C++20

c++ c++20

Can this member function selection code be written without std::invoke?

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

c++ c++20 chrono