Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Does this transitive happens-before use case need sequential consistency or will acquire/release suffice?

std::reference_wrapper does not work nicely with std::bind

c++ c++11

c++11: constness in perfect forwarding

c++ c++11

WinAPI LPWSTR, C++11 u16string?

c++ winapi unicode c++11

Design Behavior of auto_ptr, unique_ptr and shared_ptr for arrays

c++ c++11

Assigning vectors without copying them

c++ c++11 vector

Why do I need std::endl to reproduce input lines I got with getline()?

c++ c++11 iostream getline

=default and =delete is a function declaration or a function definition?

c++ c++11 language-lawyer

std::make_shared makes two constructor calls in VS2012

C++ logging class instance identifier

c++ c++11

Why can't C++ using-declaration expose a protected member of base as a public member of derived?

Specialising Rcpp::as() for std::array

r c++11 rcpp

How to tersely insert a default-constructed object into a std::vector

c++ c++11 stl

clang std::isspace compilation error

c++ c++11 c++14 clang++

Temporary captured-variables in lambda functions - C++11

c++ c++11 lambda

How to use a nested struct/class type as a return value, in a template class?

c++ c++11 templates auto

how to disambiguate namespace and class with identical names

c++ c++11

No clang warning or error, if C++11 lambda returns wrong type [duplicate]

c++ c++11 types lambda clang

template template class, call a function if it exists

C++ iterator to specific type

c++ c++11