Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why does boost::future<T>::then() spawn a new thread?

c++ multithreading c++11 boost

Forcing or preventing use of a particular minor version of libstdc++

c++ linux gcc c++11 libstdc++

Do gcc's __float128 floating point numbers take the current rounding mode into account?

c++ c++11 gcc floating-point

Ambiguous function call with two parameter packs

c++ templates c++11

Why is std::seed_seq non-copyable according to C++11, and why doesn't gcc/clang conform?

c++ c++11 g++ libstdc++

Deducing const from operator T &()

c++ c++11

Relying on RVO for finally function

c++ c++11

Unable to instantiate function templates which uses decltype to deduce return type, if called from inside a lambda?

Will C++0x RValue references or other features will have an impact on streams performance?

c++ c++11 iostream

Using decltype with member function pointers

c++0x std::shared_ptr vs. boost::shared_ptr

How to enable c++11 syntax highlighting in Qt Creator for CMake project

rvalue hello world missing constructor

c++ c++11 clang

How to get the name, or file and line of caller method? [duplicate]

c++ debugging gcc methods c++11

ref-qualified member functions as template arguments?

c++11 to_string to working with code::blocks -std=c++11 flag already selected

c++ gcc c++11 stl

class template specialization that accepts all versions of const / volatile qualifications and & vs &&

Workaround for the inverse of Argument Dependent Lookup?

How safe is this method of emulating move-semantics in C++03?

c++ c++11 move-semantics c++03

Initialization of a static constexpr class member of enum-class type by explicit conversion function

c++ c++11 constexpr enum-class