Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is overloading on all of the fundamental integer types is sufficient to capture all integers?

c++ c++11 language-lawyer

Are shared_ptr on static objects good?

Performing a Regex search and Replace on a std::string

c++ regex string c++11 search

Why is {} used to access operator() in std::hash?

Is returning a vector slower than passing by reference?

c++ c++11 stl c++14 stdvector

C++ async + future (deferred vs async)

dynamic exception specifications are deprecated

c++ c++11

Is atomic<T*> always lock free?

c++ c++11 std stdatomic

One template specialization for several enum values

std::tie fails with "cannot bind non-const lvalue reference" when passed value from a function call

How to define the size of member vector in constructor of a class?

Std::Lock avoids deadlock but this program gets stuck

How to check if a template parameter is a struct/class?

How to detect if a type is one of a list of generic types

Miserable unordered_map insertion performance / hash function

Where is the thread going when a future leaves scope?

c++ multithreading c++11

Type trait for strings

c++ string c++11 traits

C++ lambda capture constraints

c++ lambda c++11

Static arrays VS. dynamic arrays in C++11

C++11 move constructor with side effects