Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

Multiple definition error when importing c++23 standard library module in multiple files

c++ c++20 c++-modules c++23

Coroutines: Do co_yielded string_views dangle?

C++ parallel STL Vectorized algorithm not implemented p2408

c++ gcc tbb std-ranges c++23

`format_as` use with range types

c++ std-ranges fmt c++23

Does the std library contain equivalent to boost small_vector and static_vector?

c++ c++23

Passing a static operator() as deleter type

How do I create and use a stack-allocated struct ending with a C99 flexible array member in C++ without undefined behaviour?

Move elision in explicit object member functions

Compilation and linking errors using std::stacktrace

consteval influences how an expression in a function is classified/evaluated?

c++ g++ c++23 compiler-bug

C++ Phase 1 Translation Set of Source File Characters: Before vs. Post C++11, before 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?