Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How should one overload functions with const/non-const parameters?

c++ c++11 overloading

Optional code in a template class

c++ gcc c++11

Why does locking slow down this sequential file parser?

c++ c++11 locking pthreads

Using value wrapper and operator() overloading to simplify getter/setter design : a dangerous practice?

Conditional inclusion in C++11 with user-defined literal?

c++ c++11

Copy elision and temporary bound-by-ref object

c++ c++11

running into trouble with constexpr

c++ c++11 constexpr

Dependent name resolution & namespace std / Standard Library

Memory managing container design issue - items require inheritance

c++ memory c++11 unique-ptr

xvalue's lifetime bound to reference extended or not?

c++ c++11 language-lawyer

Transforming an expression template tree

Do trivial destructors cause aliasing

c++ memory c++11 destructor

How do I portably add a large number of seconds to a time_t object?

c++ c++11

lvalue initialization fails

c++ string gcc c++11

Inheriting constructors and virtual base classes

Initialising specific elements of a static const array in C++

c++ arrays c++11 g++ gnu

Android NDK r9b and compiling C++11

android c++11 android-ndk

Using shared pointers with memory allocated in another function

c++ c++11

Should a friend operator in a class with enum parameters be found by Koenig lookup?

Is the compiler allowed leeway in what it considers undefined behavior in a constant expression?