Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

Why do `std::views::adjacent` iterators increment all underlying iterators instead of using a more performant shift?

c++ iterator c++23 std-ranges

Accessing a row of a std::mdspan as std::span

c++ c++23 mdspan

Could std::some-namespace::transform one day support any functor?

Given two objects of different types and their relative location in memory, can I derive a pointer to one object from a pointer to the other?

How to track time in a SetConsoleCtrlHandler

c++ windows c++23

C++23 std::ranges::enumerate with custom index type

c++ std-ranges c++23

Range pipeline drops typedef used for formatting style

Example in C++23 standard doesn't work in gcc?

c++ language-lawyer c++23

template class method specialization compilation error

Is there a copyable function wrapper in C++23 with support for const/ref/noexcept?

c++ c++23

How to use std::mdspan with the std::layout_stride policy

c++ c++23 mdspan

What is the significance of `std::byte` and `unsigned char` arrays providing storage in C++?

Is std::tag_invoke just an object with operator() that perfectly forwards all args to unqualified tag_invoke call?

Why is std::nextafter not constant expression?

c++ constexpr c++23

Calling new in a constexpr function

c++ constexpr c++23

error: 'to' is not a member of 'std::ranges'

c++ c++23

Is there a better way to generic print containers in C++20/C++23?

c++ c++20 c++23