Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

C++ 23 range piping with polymorphic behavior experiment

c++ std-ranges c++23

Was a new constructor added to std::string in c++23 that accepts std::array<char, N>?

c++ c++23

Why is [[assume]] not evaluated but also potentially evaluated?

Is this local an rvalue?

c++ c++23

"atomic constraint depends on itself" error when compiling iterator in C++23

c++ iterator c++20 c++23

Forwarding multiple sets of variadic arguments

c++ tuples c++23

How will I throw exceptions with stack traces in C++23?

c++ stack-trace c++23

How do I reuse a C++23 `std::generator` instance as a range in multiple range expressions?

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

std::unexpected constructor constraint

c++ c++23 std-expected

Does that the current draft permit to form an overload set that consists of two non-static member declarations where one has ref-qualifier

Is it valid to use aliased containers in `ranges::to`?

C++23 range-based for loop lifetime fixes interraction with `std::generator` arguments

How can I make TBB parallel_for_each work with std::views::zip?

c++ tbb c++23 intel-oneapi

Inaccurate compile-time computation of Fibonacci sequence in a recursive lambda

Address-ordering of members of a class / struct

c++ language-lawyer c++23

std::ranges::algorithms differ in semantics compared to range-based for() loop in regard to the usage of a particular view

c++ for-loop std-ranges c++23

Why rules for returning move reference since C++23 are more permissive?

c++ language-lawyer c++23

MSVC rejects program with member function call while gcc and clang accept