Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Deducing a const l-value reference from a non-const l-value reference in C++ template

How does Herb Sutters monitor class work?

c++ c++11

How to remove entire sentence if it is containing string

c++ regex c++11

Is std::bind ignoring superfluous arguments standard-conforming?

c++ c++11

Is the capacity required to be preserved when moving a std::vector?

CV-qualified base classes in C++

c++ c++11 language-lawyer

Can't pass temporary object as reference

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

Can we use a lambda-expression as the default value for a function argument?

c++ c++11 lambda

Why can't I move std::ofstream?

c++ c++11 gcc clang fstream

Compiletime build up of std::regex

std::unique_ptr pimpl in dll generates C4251 with visual studio

A shared recursive mutex in standard C++

_stricmp with mingw and c++0x not existent?

c++ c++11 mingw googletest

GCC 4.8 is reversing variadic template parameter pack

c++ templates gcc c++11 variadic

vector::emplace_back for objects with a private constructor

c++ c++11 constructor

Is it safe to create a const reference to result of ternary operator in C++?

Incorrect assignment of values in char enum

C++: Nested template classes error "explicit specialization in non-namespace scope"

c++ templates c++11

std::is_base_of for template classes

c++ templates c++11

constexpr and initialization of a static const void pointer with reinterpret cast, which compiler is right?

c++ gcc c++11 clang constexpr