Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

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

Initialization of multiple members using multiple return value

Setup Clang on Travis CI for C++17

clang travis-ci c++17

Is "if constexpr" useful outside of templates?

c++: operator = is ambiguous when implementing move assignment

Qt: construct a mutable iterator for template (maps, lists, sets, ...)

c++ qt templates iterator c++17

Add member functions and member variables based on template argument

Overloading operator new with smaller default alignment

c++ language-lawyer c++17

initialization order of thread_local vs. global variables

Perfect forwarding constructor and inheriting constructors

clang 3.6 fold expression left/right

c++ clang clang++ c++17

Is it absolutely necessary for std::any_cast() and std::get_if(std::variant) to take pointer as an argument?

c++ c++17