Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Do C++ lambdas not correctly select overloaded functions?

Nested Lambda capture issue

std::common_type implementation

c++ c++11 g++ typetraits

c++ unique_ptr argument passing

Is it true that a unique_ptr declaration, unlike a auto_ptr declaration, is well-defined when its template type is of an incomplete type?

How to implement an atomic increment of a pointer to an integer using C++11 <atomic>?

c++ c++11 atomic

Move Constructor, move vector between two objects using std::move?

c++ c++11 move-semantics

Can't use C++11 features when building with Qt

macos qt c++11 qt5

Is there a penalty for using static variables in C++11

How to terminate a std::future?

c++ c++11

How is 'A(tmpVector);' the same as 'A tmpVector;'?

c++ c++11

MinGW GCC 4.9.1 and floating-point determinism

Transitioning to C++11 where destructors are implicitly declared with noexcept

constexpr defaulted default constructors

Why is the performance of a running program getting better over time?

c++ c++11 x86-64

Why does the std::copy_if signature not constrain the predicate type

c++ c++11 stl stl-algorithm

C++11: "put_time is not a member of std" on Modern g++

c++ c++11 gcc

std::future exception on gcc experimental implementation of C++0x

multithreading g++ c++11

Fences in C++0x, guarantees just on atomics or memory in general

C++ What does the size of char16_t depend on?

c++ c++11 char16-t char32-t