C++ Versions

Writing down different features that came with every version

C++11

C++14

C++17

  • Structured bindings (auto [a,b] = p)
  • if constexpr compile time branching

C++20