Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

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

Clang Modules interaction with std <iterator> and <boost/move/iterator.hpp>

c++17 efficiently multiply parameter pack arguments with std::array elements

c++ templates c++17

Reference initialization and constant expressions

c++ language-lawyer c++17

Why does GCC diagnose a unused variable for structured bindings while Clang doesn't?

Check whether an object derived from enable_shared_from_this is managed by shared_ptr?

c++ c++11 c++17 shared-ptr

Using std::filesystem::path to convert between separator types

c++ c++17

C++ Variant: Why does Converting constructor require sizeof...(Types) to be nonzero

c++ c++17

Forward declaration of a class nested in in a class template, is it legal?

Why does `std::for_each_n` not compile?

c++ c++17