Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Capturing the current source location and std::format_args for a compile-time checked log function

c++ c++23

Do abstract characters in the translation character set differ from Unicode scalar values?

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?