Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why defining a destructor deletes the implicitly defined move assignment operator?

Which Clang warning is equivalent to Wzero-as-null-pointer-constant from GCC?

Adapting a template-provided base class

c++ c++11

Do tuple implementations have an optimized layout?

Compile time elimination of virtual tables?

c++ oop c++11

gcc "overflow in expression" while equivalent equivalent expression works fine

c++ c++11 gcc

How to remove the last character of a UTF-8 string in C++?

c++ string c++11 unicode utf-8

Protected variables naming and the standard

c++ c++11

Why doesn't future::wait() block

How to use unique_ptr with std::copy?

Unknown exception from std::promise

c++ c++11 promise c++14 future

Returning a lambda capturing a local variable

c++ c++11 lambda currying

Can I store a function's output parameter into a unique_ptr?

c++ c++11 unique-ptr

What does these few lines do as a small test framework in C++?

c++ c++11

Using std::mutex as member variable in a class

c++11 mutex stdmutex

Doesn't compiler give an ambiguous error for "const" and "not-const" functions

for_each not returning (boolean) value

c++ c++11

C++ binary predicate implementation requirements for std::search

c++ c++11

How can I use all the cores in the loop?

Qt: How to use Qt's Smartpointers

c++ qt c++11 smart-pointers