Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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?

Why enumeration cannot be a template?

c++ templates c++11 enum-class

Random in C++11 with closed interval

c++ c++11 random

Is there a C++/C++11 analogue to python iteration over both index and value "for i, v in enumerate(listVar):"? [duplicate]

python c++ c++11 iterator

How to declare friend user-defined literal operator within template class?

Determinism with insert in unordered containers

What's considered to be compile time branching ? [duplicate]

Template function with std::async in clang

c++ gcc c++11 clang libstdc++

Boost.Locale and isprint

c++ c++11 boost utf-8