Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

ADL lookup inside a class (template) member function body

uWebSockets undefined references in eclipse cpp ide

c++ c++17 uwebsockets

How to write a ctor for a class owning nocopy-nomove types of which one is to be init.ed from another one that can be one out of several types?

c++ c++17 idioms noncopyable

Object access through an unsigned char alias, what happens on load and on store?

Can a template function deduce a lambda's arguments?

Implementing member swap() in terms of non-member swap()

Class Template Argument Deduction in member variables

c++ templates c++17

Difference between references and values in deduction guides

Should I move the value out of an optional or move the whole optional?

c++ c++17 move stdoptional

How to make the `static_assert` print the value it got on failure?

Structured binding not working in C++17

c++ c++17

Template Argument Deduction guide for unique_ptr argument type?

Are variable templates declared in a header, an ODR violation?

c++ templates c++17 c++20

The deduction guide for std::array

Multithreaded Program slower than singlethreaded

c++ multithreading c++17

Lack of type information in structured bindings

How to bump the C++ standard from the CMake command line?

c++ cmake c++17 c++20

Does placement new start object's lifetime?

c++ c++17 stdlaunder

Is there a way to make a constructor accept two possible types of parameters?

c++ class oop constructor c++17

Does a std::map take an allocator by reference, by value or use it purely as a type?

c++ dictionary allocator c++17