Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How do I know if object passed as r-value will get moved?

How to ensure moving without impeding RVO?

c++ c++11 language-lawyer rvo

Is a future safe to pass to a detached thread?

c++ multithreading c++11

Is cppreference using the term "[Object's] identity" is two different meanings for c++11 and for c++17?

what are the overload resolution rules of list-initialization

c++ c++11 language-lawyer

Why class derived from non-movable class is itself move constructible? [duplicate]

Rvalue refs in concurrency

c++ concurrency c++11

When CPP line splicing is undone within C++0x raw strings, is a conforming implementation required to preserve the original newline sequence?

C++0x way to replace for(int i;;) range loops with range-based for-loop

c++ foreach for-loop c++11

Range-based for loops and ADL

Can anyone explain this paragraph of the current C++0x standard draft?

Any luck debugging lambdas with gdb?

lambda c++11 gdb

boost::make_shared<T>(...) does not compile, shared_ptr<T>(new T(...)) does

boost c++11 shared-ptr

May a compiler report errors on unknown attributes? Even with scope?

c++ attributes c++11

accessing first n variadic function arguments

initializer list as argument to operator[]

G++ 4.6 -std=gnu++0x: Static Local Variable Constructor Call Timing and Thread Safety

c++ gcc g++ c++11

heap corruption when leaving scope with unique_ptr

c++ scope c++11 unique-ptr

Using decltype with virtual member function pointers

Cannot set Eclipse Juno C++ with std=c++11