Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

How to create a vector of objects that share a concept?

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

Are static constinit member variables identical to non-type template parameters?

c++ language-lawyer c++20

Is it possible to ensure a constexpr function is called at most once at compile time?

c++ c++11 c++14 c++17 c++20

Disable non-templated methods with concepts

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

Is there assign_or_inserter/insert_or_assigner in C++20?

c++ stdmap c++20

What are the advantages of using consteval instead of constexpr function?

c++ constexpr c++20 consteval

Something like `declval` for concepts

Why does `std::chrono::weekday` allow but doesn't preserve values outside of valid range?

c++ chrono c++20

Why memory_order_release support until C++20?

c++ c++20 memory-barriers

How to express concepts over variadic template?

Any useful difference between std::bit_cast and std::start_lifetime_as?

How does constexpr new allocate memory?

Idiomatic way to write concept that says that type is a std::vector

Will the macro `assert` be removed in C++20?

How to fail a consteval function?

c++ c++20 consteval

Ambiguity of call to concept-constrained template function [duplicate]

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