Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

Can I use std::generator in a C++20 project to generate a range view?

Why are there no monadic operations in std::expected<void, Error>

c++ c++23

Explicit this object parameter wonkiness

Why doesn't this code using std::ranges::find on an std::views::zip compile?

c++ std std-ranges c++23

How can you prevent a destructor call from being reordered above an atomic write by the compiler?

Using clang++ with C++23 and gcc candiate 12 cannot find expected header

c++ gcc clang header-files c++23

How do I iterate an mdspan?

Does GCC support C++23 std::print?

c++ gcc std fmt c++23

static operator () and [] (C++23)

Creating a "double zip" view in C++23

c++ std-ranges c++23

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

How can I generate a C++23 stacktrace with GCC 12.1?

c++ linux g++ c++23

What does explicit *this object parameter offer in C++23?

What happens if an assumption, i.e. [[assume]] fails in a constant expression?

Unable to std::format std::vector<std::unique_ptr<int>> in C++