Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Are member variables in temporary objects implicitly moved when possible?

Is it possible to infer template parameters of tuple from brace-type initialization?

What is a good explanation for the C++11 memory model? [duplicate]

c++ c linux multithreading c++11

Object storing a non-owning reference that must be informed before the reference is destructed

Is {1, 2} a value? If yes, what is its type? If no, why can it be assigned to an initializer list?

Multikey map using variadic templates

Iterator into container which is moved

c++ c++11 iterator

Static const template member initialization fails with MSVC

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

boost variant busted in 1_54?

c++ boost c++11 variant

Checking Q_OBJECT macro with static_assert

Changing VTBL of existing object "on the fly", dynamic subclassing

c++ c++11 new-operator

Global function is slower than functor or lambda when passed to std::sort

How does the 'auto' keyword know when to use a const_iterator matching function overloads?

Move of class with pimpl won't compile

Compiler hang when initializing large std::arrays

c++ arrays c++11

What is the raw_storage_iterator component uses/advantages in C++

non-constexpr calls in constexpr functions

c++ c++11 constexpr c++14

Can explicitly defaulted / deleted functions overload on ref qualifiers?

c++ c++11

boost::thread and std::thread compatibility issues?

c++ multithreading c++11 boost

How to overload a template function depending on argument's call operator args or existence?