Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 MSVS vs GCC visibility of template parameter name in static member initialization

Getting around access specifiers with C++0x decltype

Scope in a lambda expression

c++ lambda c++11

Change only parts of a type in a C++ template

Constraints on the lifetime of the argument to std::regex_match (and std::regex_search)

c++ c++11

Operator overload taking void

c++ c++11

How to use sfinae to check, whether type has operator ()?

c++ c++11 templates sfinae

Auto-interpreting a c-style string as a std::string via Boost's Property tree's .get function

C++ compiler error: “invalid declarator before”

c++ auto type signed to/from unsigned conversion

c++ c++11 c++14

Class member visibility in member function declaration signature

std::decay and removing const qualifiers

Why is this very simple return std::move(thread handle) failing?

c++ multithreading c++11 move

Initializing std::shared_ptr with std::make_shared having an std::array as argument

c++ c++11 std shared-ptr

load vector from large vector with simd based on mask

c++11 simd avx avx2