Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Variadic templates: iterate over type/template argument

c++ linux c++11 g++ libffi

Any experience with replacing BOOST_FOREACH by range-based for loop from C++11?

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

Why parameters of universal reference needs to be casted, before used?

c++ c++11 move-semantics

Determining most efficient word size for implementing bignums in C++11?

How will be implemented minimal garbage collection support in a future C++1x?

implementation safe nullptr

Using a C++11 condition variable in VS2012

Is it safe to move elements of a initializer list? [duplicate]

How to do range splice in constant time with std::forward_list?

c++ c++11 forward-list

Perfect forwarding of variading template arguments

Clang reject type_info as incomplete although <typeinfo> is included

c++ c++11 clang libstdc++

Synchronization riddle with std::memory_order and three threads

c++ c++11 atomic

Unrestricted union in practice

c++ c++11 unions

Is there a way to find out, whether a thread is blocked?

Are variable length arrays an extension in Clang too?

c++11

How to define strong ID types in C++11? [duplicate]

c++ c++11 types

How to avoid strict aliasing errors when using aligned_storage

c++ c++11 strict-aliasing

Why are std::stoi and std::array not compiling with g++ c++11?

c++ macos boost c++11 g++

Combining a user defined literal with a method call

Is this (enum : char {}) a gcc bug?

c++ gcc c++11 enums