Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 is_pod with GCC 4.6

c++ c++11 gcc

Concurrent writes to different locations in the same cache line

noexcept specifier and compiler optimizations

How can I pass a substring by reference?

c++ algorithm c++11

Binding function arguments in C++11

Lambda expression sneakily capturing `this`

c++ c++11 lambda

Why does this basic thread program fail with Clang but pass in g++?

c++ c++11

implicit constexpr?

c++ c++11 constexpr

how to make each thread use its own RNG in C++11

c++ random c++11 openmp

Sorting a list of objects holding a vector of unique_ptr

c++ list c++11 vector unique-ptr

Collection of std::functions with different arguments

lvalue binding to rvalue reference

c++ c++11 lvalue rvalue

What are the common usage of exceptions at catch site?

User-friendly API with unique_ptr

c++ c++11 smart-pointers

Reading std::string, remove all special characters from a std::string

c++ regex string c++11 split

c++ std::unique_ptr won't compile in map

Mixing boost smart pointers and C++11 smart pointers in boost::signals2

c++ c++11 boost

parameter packs not expanded with ‘...' -- another variadic template bug with gcc?

Can you use decltype in a template parameter?

Is it illegal directly putting in unicode in character-literal instead of using universal-character-name?

c++ c++11 unicode