Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Optimizations are killing my integer overflow checks in clang 6

Why can't a template type be a friend class in C++?

Why my object still gets copied when I tried to return a reference

Why can std::map::emplace usage leak memory?

c++ c++11 c++14 c++17

How to ensure some code is optimized away?

How to call operator template?

(Why) can we assign non-static class members to static variables in initialization?

Should I check if a vector is empty before I use std::transform

c++ c++11 c++14 c++17

About iterator of containers

Proper named temporaries and rvalue-reference/move

c++ c++11

Default constructors, initialization of POD and implicit type conversions in C++11

c++ c++11

C++ force override

c++ c++11 overriding virtual

use of emplace(args&& ...) in associative containers

is std::thread supported on MSVC 11?

C++ async OutputDebugString

c++ asynchronous c++11

How do I initialize a vector of objects using both vector and the objects constructor?

Class method as function parameter

c++ c++11

How do I generate recursive data structures on variadic templates?

C++11: call by value, move semantics and inheritance

Erasing from an STL container by a constant iterator