Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

How can I write an inline recursive lambda in C++?

c++ c++20 c++23

C++23 deducing this

c++ c++23

Why does `to_string( std::stacktrace::current() )` hang if called during Windows DLL loading

C++23: Is it valid to modify the elements of a `zip_view`?

Short-circuit in noexcept expressions

c++ c++23 noexcept

Cannot return a named rvalue reference in a function with return type of lvalue reference?

c++ rvalue lvalue c++23

C++ back method for sub-range not found after chunking list

c++ std-ranges c++23

Can std::ifstream and std::ofstream be used with a std::string_view filename argument?

c++ c++23

std::flat_map, std::flat_set and reserving storage?

c++ memory stl std c++23

Why does std::format in LLVM libc++ choke on format strings with ":}>" in them?

c++ c++23 stdformat

Nested monadic operations produces unreadable code

c++ monads c++23

Why doesn't std::ranges::contains try using member contains just like std::ranges::begin tries using member begin? Or does it?

Why does C++23 if consteval not allow different return types as a similar if constexpr would do?

c++ language-lawyer c++23

Which part of the C++ standard forbids destroying an object twice?

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?