Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is it standard behaviour that adding const to size_t can cause compile failure?

Undefined behavior with std::move

c++ c++11

Remove vector element use the condition in vector<bool>

c++ c++11

When can std::condition_variable be used without a predicate?

CRTP -- accessing incomplete type members

c++ c++11 crtp incomplete-type

Template argument not deduced for inner class

c++ templates c++11

Allocator usage in C++ (STL Tree)

c++ c++11 stl allocator

How to efficiently delete elements from a vector given an another vector

c++ algorithm c++11 vector

Warning C4244 \ '=': conversion from 'int' to 'char', possible loss of data?

c++ c++11

C++ best way to split vector into n vector

c++ c++11 vector

std::unique_ptr and QObject::deleteLater

qt c++11

Does wrapping a std::atomic_flag in a getter/setter void its "atomicity"?

c++ multithreading c++11

Why std::atomic is not trivial type in only Visual C++?

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

Ratio<,> is constant, but what if I want to accept different ratios as an argument?

Extending namespace std to implement make_unique when using C++11

c++ c++11 c++14

replace all odd values in vector with coresponing value from new vector

Is calculating address difference undefined behaviour?

c++ c++11 language-lawyer

Write a function that only accepts literal `0` or literal `1` as argument

Is std::swap atomic in C++0x due to rvalue references?

c++ c++11

Which compiler(s) have the most advanced support for the current state of C++0x? [duplicate]

c++ c++11