Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How to elide copy when chaining?

c++ c++14 c++17

Why does `std::pmr::polymorphic_allocator` not propagate on container move?

c++ c++17 allocator

Const-correct accessor to vector of pointers without transfer of ownership in abstract interface

c++ c++14 api-design c++17

Where in the Standard does it say that the default member initializer for U::j should be ignored by the compiler?

Why is std::get<T> for `variant` a global function?

C++17, deprecated functions in <memory> standard library?

How can I check that assignment of const_reverse_iterator to reverse_iterator is invalid?

c++ c++17

Why there is no std::uninitialized_move_if_noexcept?

std::addressof as a constant expression in C++17

Can C++17's deduced `auto` non-type `template` parameters pattern-match templates with explicit non-type parameters?

c++ templates auto c++17

C++17 alias template with template class default arguments

c++ class templates alias c++17

std::tuple_cat but only with unique elements

Disable old (Qt4-style) Signal-Slot syntax in Qt5 code

c++ qt qt5 c++17 signals-slots

Applying multiple tuples to the same function (i.e. `apply(f, tuples...)`) without recursion or `tuple_cat`

Structured binding and tie()

Can you use a subexpression within fold expressions?

Enum like calculated constants

c++ c++17 constexpr

Why does std::atomic compile from C++17 even with a deleted copy constructor?

Why is `std::invoke` not constexpr?

c++ std invoke constexpr c++17

What type will make "std::has_unique_object_representations" return false?

c++ standards c++17 typetraits