Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Forbid integer conversion with precision loss

Is the behaviour of std::get on rvalue-reference tuples dangerous?

Rationale for the shared_ptr atomic functions taking pointer instead of reference

Why can't I bind a const lvalue reference to a function returning T&&?

c++ c++11 move-semantics

Constexpr member function on l-value ref object: Clang and gcc disagree

c++ c++11 constexpr

How to declare operator++(int) in an abstract class?

c++ c++11 abstract-class

Inheriting constructors in C++0x

c++ constructor c++11

How does std::string allocate memory in GCC with -fwhole-program?

c++ gcc c++11

C++ Address of lambda objects as parameters to functions

c++ c++11 lambda

C++ increment std::atomic_int if nonzero

c++ c++11 atomic

How do I give template arguments to an object created inline with its class?

Propagating Signal (SIGINT) to C++11 threads

No ADL inside decltype on VS2012

Trailing const& or && on function declaration [duplicate]

c++ c++11

Weird substitution failure with C++11 variadic template

c++11 variadic-templates

Implementing semaphore by using mutex operations and primitives

c++ c++11 mutex semaphore

pointer to function and ODR

How to forward std::initializer_list<T>?

c++ c++11 initializer-list

Uniform- or direct-initialization when initializing?

c++ c++11 initialization

Floating point math rounding weird in C++ compared to mathematica