Mainly whats "new" in C++11.
-
move semantic
-
std::unique_ptr -
std::shared_ptr -
nullptr -
std::array -
thread support library
-
std::regex -
variadic templates
-
auto -
constexpr -
range based loop
-
lambdas
-
override -
underlying type for
enum -
enum class
-
usingvstypedef -
default member init
-
= delete -
= default -
explicit bool
-
static_assert -
std::chrono -
initialisation rules
-
delegating constructors
-
new value categories
-
raw string literals
-
suffix return type
-
memory model
-
decltype -
…