Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

No warning for narrowing when initializing with parentheses

c++ gcc c++11 g++

What type of random number engine to use with a specified random distribution?

c++ c++11 random

std::vector of std::functions find

c++ c++11

C+11 Associative Container that keeps insertion order?

c++ c++11 stl containers

Why is the copy assignment not deleted when the move assignment is declared?

std::bind to a std::function crashes with Clang

c++ xcode c++11 clang

graph/tree implementation with incomplete types

c++ c++11 stl

Obtaining a past-the-end pointer using the address of an array

Nested lambda expressions are very slow to compile and generate huge object file by Visual C++

Accessing the real underlying type of a getter?

Move Semantics C++11 (Bjarne Stroustrup book, pg75)

c++ c++11 vector

Converting std::exception_ptr to boost::exception_ptr

c++ boost c++11

How to handle parameter packs in the middle of a function signature?

How can I make my objects reinterpret-castable to arrays, like std::complex?

c++ c++11

How to remove const qualifier from a member function pointer

clang++ only compiles C++11 program using boost::format when -std=c++11 option is dropped

c++ gcc c++11 boost clang

Can a C++11 thread_local variable inherit its initial value from the parent thread?

c++ multithreading c++11

"Magic static" singleton crashing when referenced in static destruction phase of another translation unit

C++11 internal std::string representation (libstdc++)

c++ string c++11 internals

g++4.9 bug in allowing std::vector<C_type_array>

c++ c++11 stl gcc4.9