Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is std::ofstream movable?

c++ c++11 ofstream

Is this struct POD in C++11?

c++ c++11

Why can't gcc deduce templated size for array argument? (C++11)

c++ templates gcc c++11

std::vector::erase() doesn't want to move

c++ c++11 move

Is an executable built differently if linked against a library that's not used?

Can you pass a manipulator to a function?

c++ c++11 iostream iomanip

What's the difference between the rehash() and reserve() methods of the C++ unordered_map?

Does `decltype` give me an object's static type, or its runtime type?

Enforce compile-time constexpr [duplicate]

c++ c++11 constexpr

C++11 declaration `::T i`?

c++ c++11

Template struct specialization for integral/real types

c++ templates c++11 sfinae

C++ Business rule expression parser/evaluation [closed]

Compiler Flags from CMakeLists.txt don't appear in CMake-Gui or CMakeCache.txt

c++ gcc c++11 cmake

Are move semantics incomplete?

Non-static data member initialization

c++ c++11

enable_if with copy/move assignment operator

Multiplying each element of an std::array at compile time

How to compile Boost with an older std of C++? (C++03 in particular)

c++ c++11 gcc boost c++03

Creating a shared_ptr of vector in C++ [duplicate]

c++ c++11 vector std

Copying a lambda function with default parameters to a variable

c++ c++11 lambda