Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Ways to generalize C++ code with different similar types

c++ templates c++11 c++14

Safe C++ std::string to TCHAR * conversion?

why does std::for_each iterator need a copy constructable iterator

c++11 stl iterator

Allocator Aware Container and propagate_on_container_swap

c++ c++11

Clang Compile error with default initialization [duplicate]

c++ c++11 clang++

const_cast setting a rule and breaking it for function const

c++ c++11 const-cast

How to deal with extra characters read into ASIO streambuf?

c++ c++11 boost boost-asio

C++ Pimpl Idiom Incomplete Type using std::unique_ptr

How does std::begin deduce a type for braced-init-list?

c++ c++11

How to improve std::vector parameter passing (move semantics?)

c++ c++11 move-semantics

unordered_map iteration order for the same key

c++ c++11 c++14

How to a mark a function as invalidating its argument

Is there and neat equivalent to view a member function/variable?

c++ c++11 boost-range range-v3

decltype(auto) in member function ignores invalid body, decltype(expr) fails

c++ templates c++11 c++14

C++11 unique_ptr array and constructor parameters

c++11 stl smart-pointers

Should std::current_exception return non-null from catch block in a class's destructor

c++ c++11 visual-c++ exception

std::array as a parameter in virtual function

c++ arrays c++11

Compilation issue with instantiating function template

Using char16_t, char32_t etc without C++ 11?

c++ c++11

C++ constexpr auto member function. Clang issue?

c++ c++11 auto c++14 constexpr