Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How does this extra thread make it faster than unthreaded?

c++ multithreading c++11

Compiler error using std::shared_ptr with std::thread

c++ c++11

Could this templated syntax be improved?

c++ templates c++11 methods

Breaking strict aliasing and living to tell about it?

Indicate C++ standard in source in a standard way

c++ c++11 compilation

Finding An Alternative To Abusing Enums

c++ visual-c++ c++11 enums

Has this been done before? (Monad view wrapping c++ collections/types for chain operations)

c++11/14 make_unique ambigious overload for std::string

c++ templates c++11 c++14

Clang thread safety analysis with C++ standard library

c++ multithreading c++11 clang

Change (use older) c++ version in Visual Studio [duplicate]

Why is there no std::transform_n function in the C++ standard library?

c++ c++11 stl-algorithm

Does constexpr in pointers make a difference

Lazy-constructed shared_ptr

c++ c++11 std wrapper shared-ptr

Why is there no specialisation for std::shared_ptr<T[]>?

c++ c++11

How to tell a library was compiled using C++11

c++ c++11 shared-libraries

Why can't I overload C++ conversion operators outside a class, as a non-member function?

C++11 how to observe memory order in atomic::store and atomic::load

c++ c++11 atomic

using typedef in template instantiation and extern template declaration

Is list-initialization an implicit conversion?

Move std::vector to std::deque in C++11