Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Removing the void specializations for std::future and std::promise

c++ c++11 c++14 future c++17

`if constexpr`, inside lambda, inside pack expansion -- compiler bug?

Template argument deduction failure with new expression

Template parameter dependant [[nodiscard]]

c++ attributes c++17 nodiscard

What is the correct way to implement iterator and const_iterator in C++17?

c++ c++17

Partial ordering rules of template parameter pack in C++17

Removing elements marked for removal with Ranges-V3

Why is <> required when specifying a template class which has defaults for all its template parameters?

c++ templates c++17

How to Generate Arbitrarily Nested Vectors in C++?

c++ c++11 templates vector c++17

Declaring a member function with a typedef coming from a metafunction

c++ language-lawyer c++17

Are lock-free atomics address-free in practice?

Does std::vector::assign/std::vector::operator=(const&) guarantee to reuse the buffer in `this`?

Constexpr alternative to placement new to be able to leave objects in memory uninitialized?

c++ c++17

Calling methods of temporary objects created using class template argument deduction [duplicate]

SFINAE-based detection using void_t and protected nest classes

c++ gcc c++17 detection void-t

Lazy-evaluate dependent-types (CRTP) [duplicate]

c++ c++17 crtp

How to read files in a directory on Linux?

std::accumulate with a reference?

c++ algorithm templates c++17

Move constructor not inherited nor default generated

Is there a portable literal suffix for int64_t and similar types?

c++ c++17 portability