Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

What is the difference between non-export declarations and declarations in private module fragment?

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

How to use std::views::transform on a vector?

c++ c++20 std-ranges

"std::format"ing std::chrono seconds without fractional digits

How to create a `span<std::byte>` from a single generic object?

c++ c++20

Why do lambda functions need to capture [this] pointer explicitly in c++20?

c++ lambda this c++20 capture

What is "[core] language undefined behavior" as opposed to "undefined behavior"?

is std::format at runtime possible?

c++ c++20 stdformat

Why does std::filter_view not have a way to eagerly evaluate it and convert it to view whose begin in const?

c++ c++20 std-ranges

Given the year, how do I compute when Easter is, using chrono

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

Why can't I pass a std::views::join by const reference?

c++ c++20 std-ranges

Illegal use of lambda expression inside of requires-clause?

c++ c++20

Why immediate functions are not noexcept by default and why are they allowed to be noexcept(false)?

c++ c++20 noexcept consteval

VS 2022. Why my Intellisence does not work when using C++ 20 modules?

Should warnings about missing typename supressed in c++20?

c++ c++20 compiler-warnings

Why there is no std::numbers::sqrtpi_v?

explicit specialization with concepts

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

Is the ordering of std::recursive_directory_iterator specified?

c++ c++17 c++20 std-filesystem