Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

template instantiation with constexpr function failure

C++11 regex: digit after capturing group in replacement string

c++ regex c++11 regex-group

How can I check if a move constructor is being generated implicitly?

c++ c++11 move-constructor

C++ Multithreading: is initialization of a local static lambda thread safe? [duplicate]

Where can I find good, solid documentation for the C++0x synchronization primitives? [closed]

pointer non-type template parameter

c++ templates c++11

Dereferencing a temporary unique_ptr

c++ c++11 unique-ptr

Same typeid name but not std::is_same

c++ c++11

Clarification about Sean Parent's talk "Inheritance is the base class of evil"

Issue with std::reference_wrapper

What's the default value for a std::atomic?

large arrays, std::vector and stack overflow

c++ arrays c++11 vector stack

Recursive call in lambda (C++11) [duplicate]

Why does `basic_ios::swap` only do a partial swap?

c++ c++11 swap

What type is in the range for loop?

c++ c++11

Why is this code trying to call the copy constructor?

std::unique_ptr with custom deleter for win32 LocalFree

Returning std::vector by value

Why does a default argument for a lambda argument trigger a -pedantic" GCC warning?

c++ lambda c++11

Can constexpr function evaluation do tail recursion optimization