Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

What is the highest resolution which can be printed or formatted for a std::chrono::time_point?

c++ c++-chrono c++23 stdformat

Simple constexpr switch-case fails to compile on MSVC

Why is C++23 stacktrace_entry different from source_location?

c++ stack-trace c++23

Workaround for not being able to move from initializer_list?

Gcc and clang reject move constructor with =default

c++ language-lawyer c++23

Building Qt6 with g++ 15 and std c++23

c++ qt g++ qt6 c++23

How to access contained value in C++23 std::optional without writing identity boilerplate?

c++ stdoptional c++23

How to use standard library macros with std module in C++23

c++ c++-modules c++23

Does std::ranges::views::enumerate use the wrong type for indexing on GCC?

std::start_lifetime_as and UB in C++23 multithreaded application

O(1) find/contains in std::ranges::views::iota

c++ c++20 std-ranges c++23

Apply a templated lambda to each type in a std::tuple (C++20)

c++ templates c++20 apply c++23

Sorting two arrays using C++23 zip view

c++ std-ranges c++23

How can we forward a failed std::expected up through the call stack

Can you declare static local variables in a constexpr function?

c++ constants constexpr c++23

C++23 Dangling Reference Compilation Error

c++ reference c++23

How to convert a std::optional to a std::expected?

What is the difference between using `std::from_range` vs `std::ranges::to`?

c++ c++23