Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is this use of raw pointers in modern C++ bad practice?

Is that a feature or a bug of clang c++11 std::regex_match?

c++ regex c++11 clang++

Understanding std::map::find

c++ c++11

Ambiguous call to member function for captured this in a lambda

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

How to define a friend function declared in a non template class internal to a template class outside of both classes?

Mix boost::optional and std::unique_ptr

How does std::future affects the lifetime of an associated std::packaged_task?

C++ unordered_map<string, ...> lookup without constructing string

c++ string c++11 unordered-map

C++ variadic templates of different input type using c++11

When using templates to support functor as arguments, what qualifier should I use?

SFINAE method completely disables base class's template method in clang

Why can't I use traits with forwarding references in C++?

Is it possible to ensure that a function is only called during the 'static initialization' step

Overloading type from parent namespace

c++ c++11 namespaces c++14

What is difference between "owned pointer" and the "stored pointer" for std::shared_ptr?

c++ c++11 shared-ptr

Use of `= default` allowing private constructor to be accessed

c++ c++11

std::make_pair vs C++11 uniform initializer

Memory Allocation of Static Members in a Class

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

C++0x function<>, bind and members

C++11 Lambda Functions inside member methods inherit scope