Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

Why is there still no range-enabled reduction algorithm in std?

c++ range std c++23 isocpp

Why does std::views::split() compile but not split with an unnamed string literal as a pattern?

In C++ is there a proposed type traits helper for "copying" reference category and cv-qualification?

c++ type-traits c++23

Are floatN_t in stdfloat guarenteed to be IEEE compliant?

What happens when an assumption, i.e. [[assume]] contains UB?

When is C++23 auto(x) useful?

c++ auto c++23

Why does std::println(std::vector) fail to compile?

c++ stdvector libc++ fmt c++23

Specialize one function?

c++ templates c++23

Why don't string_view and span constructors use C++20 concepts?

c++ c++20 c++-concepts c++23

Functional C++23 when computing the rows in Pascal triangle

Can you call virtual methods on a base class in a union when a derived class is active?

Why does operator() copy movable temporaries in Clang?

std::chrono::parse into zoned time

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

Disagreement Between clang and gcc on "Deducing this" Behavior

c++ g++ clang++ c++23

How to enable c++23 on GNU GCC?

c++ gcc c++23

Why does std::println with STL containers not compile with GCC and Clang?

c++ clang c++23 gcc14

How to use <stacktrace> in GCC trunk?

Comparison operator with explicit object parameter of not class type

What are the implications of constexpr floating-point math?

Why is this std::view getting evaluated twice?

c++ std-ranges c++23