Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Should I declare the copy constructor of my exceptions noexcept?

Is the main thread allowed to spawn a POSIX thread before it enters main()?

noncopyable, but movable container

C++11 cmath functions not in std namespace for android NDK w/gcc-4.8 or clang 3.4

Why does this function return an lvalue reference given rvalue arguments?

Why does the standard allow a tuple of rvalue references to be assigned to by a tuple of lvalue references?

Is unique_ptr<Derived> to unique_ptr<Base> up-casting automatic?

What does the C++ standard say about overriding a throw() function with noexcept?

c++ c++11

Using own class name to resolve type in a deduced context

How to prevent unused variable warning with non trivial destructor

Enum bitfield and aggregate initialization

Is program termination of a C++ program observable behavior?

c++ c++11

"surprising" constant initialization because of definition order

Replace auto keyword with deduced type (clang or VS2010)

c++ c++11 clang auto

How to select iterator type using auto variable?

c++ iterator c++11 auto

Does volatile qualifier cancel caching for this memory?

c++ c caching c++11 concurrency

Is static object guaranteed to be initialized

c++ c++11

Will this async trick work or the state will be dangling when I access it?

Possible compiler bug in MSVC

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

What is a traceable pointer in C++?

c++ c++11