Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Constructing istringstream with string_view doesn't compile

c++ c++17

Is *this = Ctor(); legal and efficient for clearing an object's state?

std::variant comparison with std::nullptr_t inside

c++ c++17

How to access the `polymorphic` base class for any child of an `std::variant`?

How to pass a Callable object in c++17 to be used with std::invoke

why structured bindings don't return references to struct members using `auto&` but the members themselves are returned

Non-overloadable non-inline function definitions in different translation units

Easy way to iterate over two structures consecutively with a foreach loop

c++ c++11 iterator c++17

what is the meaning of the phrase "preceding initialization" in section [expr.const]

Best way to format string in C++ [duplicate]

c++ string c++17

Preventing implicit conversion operator only for binary operators

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

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