Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How do I build binaries for old Linux versions with c++11?

c++11 g++ ubuntu-10.04

gcc segfault on compiling nested parameter pack code

c++ c++11

Moving execution from one thread to another to implement task parallelism and call-by-future

How does initialization of static (global) objects happen

c++ c++11 global-variables

C++11 alternative to boost::checked_delete

c++ c++11 std language-lawyer

C++11 memory orderings- the differences?

Why can't my trait template class lookup operator<< for llvm::StringRef?

Partial template-template based specialization vs explicit partial template specialization

putting iterator on a container inside it

Why queue accepts vector as its underlying container?

c++ c++11 stl c++14

How to output values to a tuple of streams in c++11

Throwing from a C++ function called from a C function via pointer dereference

c++ c++11

automatic conversion of bool to nullptr_t

c++ c++11

General purpose random number generation

c++ c++11 random

How do you implement compile-time string conversion functions?

c++ c++11 c++14

How to implement a custom allocator to be used with std::map?

c++ c++11 stdmap qcustomplot

C++11 modify values in std::discrete_distribution

c++ c++11 probability

How to call the idiom of using an array to apply a function to a variadic pack

Is it possible to store unique_ptr in a QList of QPairs?

c++ qt c++11 stl unique-ptr

MSVC 2012 detecting number of template arguments of a template function via SFINAE