Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is there a difference between these ways of initialising a C array in C++?

Can std::transform or std::generate without ExecutionPolicy be parallel?

Are pointers to members of an anonymous union equal?

c++ c++11 pointers unions

copy initialization - conversion from 'int' to non-scalar type

Lambda in default argument position can't access friend members. Is this a compiler bug?

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