Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Rvalue reference usage within initialization lists

rvalue-reference c++11

We have an international standard: C++0x is unanimously approved. Where can I find the latest draft/copy? [duplicate]

c++ c++11

Need quote from standard about legality of main function as a template function

c++ templates c++11 clang main

C++11 / g++ : std:: qualifier required in lambda, although "using namespace std" is given

c++ lambda g++ c++11