Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

Can you overwrite the memory of a union, if no members are active?

How can multiple std::expected<void, E> values be combined correctly with intuitive syntax?

c++ c++23 std-expected

Should std::get<T&>(tuple) work for zip_view's output?

c++ std c++20 c++23

Is it possible to use `std::index_sequence` in a concept?

How to resolve 'weak-def symbol not found' error run-time error for a C++23 program that uses std::println and omp?

Is a revision of the std::allocator interface planned for future C++ versions?

g++ "generator: No such file or directory" - which version of GCC supports the <generator> header?

c++ g++ generator c++23

Why does a recursive lambda with deduced return type not work?

Check at compile time that a function call triggers a `static_assert(false)`

std::apply to a custom, tuple-like type

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

What is the rationale behind the iterator/sentinel of range adaptors providing the base() accessor?

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

In what situations does `ranges::for_each` work but `for (auto&& elt : rg)` fail?

c++ std-ranges c++23

C++23: How to erase a subrange from vector

c++ std-ranges c++23

Why can't I use lazy_split_view with a istream view instead of a string_view?

std::from_chars overload for wchar_t?

c++ string wchar-t c++23

Catch std::bad_expected_access

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