Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

captured variable hides passed variable in lambda. how to unhide?

c++ c++11

Are typelists completely replaced by variadic templates?

Should I be seeing significant differences between std::bind and boost::bind?

Template Alias with Default Value

c++ c++11 template-aliases

When should we provide our own Hash function for `std::unordered_set`

c++ c++11 stl

Is it possible to nest coroutines using Boost.Coroutine?

c++ boost c++11 coroutine

std::to_string vs stringstream

Cross-platform implementation of the x86 pause instruction

c++ c++11 x86

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