Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Same as for GCC 4.0.x

Missing C++17 features:

  • N4295 Folding expressions
  • P0036R0 Unary Folds and Empty Parameter Packs

GCC 7.x

Same as for GCC 4.0.x.

Missing C++17 features:

  • N4295 Folding expressions
  • P0036R0 Unary Folds and Empty Parameter Packs
  • P0017R1 Extension to aggregate initialization
  • P0091R4 Template argument deduction for class templates
  • P0127R2 Declaring non-type template parameters with auto
  • P0135R1 Guaranteed copy elision
  • P0136R1 Rewording inheriting constructors (core issue 1941 et al)
  • P0145R3 Refining Expression Evaluation Order for Idiomatic C++
  • P0195R2 Pack expansions in using-declarations
  • P0522R0 DR 150, Matching of template template arguments