Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

c++ c++11 stl gcc4.9

Is it legal to activate nested unions via the address of their members?

c++ c++11

Explicit template function specializations with overloads: Why would you do it?

c++ templates c++11

GCC's TSAN reports a data race with a thread safe static local

can the compiler feasibly calculate a DFA from a regular expression?

Initialization of static constexpr member array in gcc 4.8

Inline member initializer containing pointer to member

Creating a class in a DLL using std::string. C4251 warning

Boost type_erasure any with const member function

Is it legal for a standard library implementation to specialize a function templated on a concept with a child concept?

Reference or pointer to std::vector of incomplete type

c++ templates c++11 vector

atomic fetch_add vs add performance

c++ multithreading c++11

Least-restrictive memory ordering for single-producer, single-consumer ringbuffer?

Template arguments deduction for function parameter pack followed by other parameters

Is libstdc++ wrong to reject assignment of volatile rvalue to std::ignore?

std::wcstok in VS 2015

c c++11 visual-studio-2015 c11

Does the standard mandate enable_shared_from_this is to be inherited publicly? Why?

Tracking down owner of a shared_ptr?

Disallow implicit conversions to int in function call [duplicate]

c++ c++11

Calling `std::get` on `std::tuple` with elements deriving from `std::tuple` - ill-formed?