Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

Pointer to abominable function type? Compiler bug?

c++ language-lawyer c++23

Why doesn't GCC allow a constexpr std::string while Clang does?

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

How do you use std::views::zip (and friends) with the pipe syntax?

c++ std-ranges c++23

status of C++23 formatting ranges

c++ c++23

Why can't you define a class or function in a non-enclosing scope?

c++ language-lawyer 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