Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Is modifying an object more than once in an expression through its name and through its reference well-defined?

Why does min still complain inside constexpr?

c++ c++17 if-constexpr

How to move a value out of a std:optional without calling the destructor?

Why does decltype(captured_var) not behave as expected?

Why is type checking not happening for std::function?

::std::initializer_list vs variadic templates

c++ c++17

Why aren't typename template parameters implicitly recognized as types?

Standard C++ transactional memory status

if constexpr(condition) as compile-time conditional

c++ c++17 if-constexpr

Variadic class template and inheritance - default compiler generated constructor

c++ c++17

Template argument type deduction from within the class definition

Why is this reference binding ill-formed?

c++ language-lawyer c++17

Do scalar members in a union count towards the common initial sequence?

Can placeholder type in non-type template parameter involve overload resolution of the function passed as a template argument?

Template type deduction according to constructor argument

c++17: header only: class static variable errors

Are fold expressions subject to short-circuiting?

Implementing rvalue references as parameters in function overloads

c++ c++11 c++17

vector must have the same value as its allocator

c++ c++17 gcc8

The std::filesystem::recursive_directory_iterator exception

c++ windows-10 c++17