Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

This-pointer capture in lambda wrapper around recursive function

Reference to abstract class can't be passed to thread function? [duplicate]

Replacing shared_ptr elements in std::vector

c++ c++11 vector shared-ptr

Why does this static_assert only fail with clang on OS X and nowhere else?

c++ c++11 clang

Boost::signals2 passing invalid data

c++ c++11 boost signals2

C++ container set + array functionality

c++ c++11 containers c++14

C++11 class with union of string and shared_ptr

Generically call member function on each element of a tuple

Get underlying type for a template used in decltype

c++11 atomic decltype

Divide an unsigned long for a size_t and assign the result to a double

Fixed size std::vector at runtime?

c++ c++11 vector c++14

What Windows C++ IDEs support the new C++0X standard?

c++ windows ide c++11

How to make a method send a signal and wait for the slot before returning?

c++ qt c++11 qt-signals slot

Why ampersand in `std::is_member_function_pointer`?

How to search through a file to find integers

visual-studio c++11 vector

On the implementation of atomic_exchange_strong_explicit for shared_ptr

c++ c++11

C++11 for each loop with more than one variable

c++ c++11 for-loop

Why is std::is_move_constructible<S>::value == false despite S move-constructing just fine? What is the correct behavior?

Variable template in C++11

c++11 templates variables