Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Is TR2 Going to be Released in C++17?

c++ c++11 tr1 c++17 c++-tr2

Why "move semantics" rather than simply memcpy?

c++ c++11 c++17

How to determine if two side effects on a assignment are unsequenced?

C++17: compiler support for pmr namespace classes

Could an implicit template deduction guide deduce a reference type?

c++ templates c++17

Assign variant<A,B,C> from variant<C,B>?

c++ c++17 boost-variant

C++ standard: ODR and constexpr std::string_view

set::vector initialization with quotes in a numeric

c++ stl c++17

Are new C++17 [[nodiscard]] warnings since Visual Studio 15.6.2 compiler update standards-compliant?

C++ Convert tuple of homogeneous wrapped type to tuple of raw type

Defining a custom equality operator in an anonymous namespace

c++ c++17

Should args to inherited constructors be copied when invoking the base ctor or not?

Can't compile with static constexpr under pre-C++17 mode

C++: compile-time #Include handling if file not found

c++ c++17

Do you need to delete widget after removeItemWidget from QTreeWidget?

c++ qt qt5 c++17 qtreewidget

Can the conditional operator ( ? : ) in C++ be compile time?

How to import non-ASCII characters into console?

c++ c++17

static_cast'd pointer value

easily refactoring many non-trivial "static library projects" to "dll projects"

Execution order of operator new and argument of constructor