Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 auto variable initialized by nullptr

c++ c++11 auto nullptr

Can you swap a std::queue with a lambda comparator?

Treating a single object like an array with one element, taking one-past-end pointer

c++ c++11 language-lawyer

rvalue reference and return value of a function

Ensure that a thread doesn't lock a mutex twice?

Struggling with implementation of a type list

Is it guaranteed that weak_ptr will expire when shared_ptr is reset to the same address that contains?

c++ c++11 shared-ptr weak-ptr

std::lock_guard() for a locked std::mutex

c++ multithreading c++11

C-style Callbacks in C++11

c++ c++11 curl lambda callback

How to implement typed strings in C++11?

c++ c++11 syntactic-sugar

Does the C++ standard allow for an implementation to coalesce allocations?

c++ c++11 c++14

Unknown return type in template

c++ templates c++11

When to use explicit specifier for multi-argument constructors?

Reference invalidation after applying reverse_iterator on a custom made iterator

AFAIK, the code below shouldn't compile, but it does in clang and GCC. What am I missing here?

c++ c++11 language-lawyer

What is the (searchable) name for this syntax...?

c++ c++11

Swap integers via XOR in single line. Is it really allowed in c++11?

Compiling C++ code using __float128

c++ c++11 g++

Is it safe to remove the c++ volatile here?

c++ c++11 volatile

initializer list constructor error with CRTP