Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Debug a lambda capturing this

c++ c++11 lldb

valgrind reporting invalid read with std::string

c++ c++11 gcc valgrind

Efficient way to map unique and duplicate value. Where key or value can be access

c++ c++11 stdmap

Comparison between signed and unsigned. Is static_cast the only solution?

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

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

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

_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

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

C++11: Why does this range loop decrease FPS by 35?

c++ performance c++11