https://isocpp.org/std/the-standard states that the working draft N4296
contains the C++14 standard plus minor editorial changes.
I noted that N4296 §5.1.3 contains a specification of "Fold expressions". I thought this to be a feature which did not make it to the official C++14 standard.
Are fold expressions part of C++14 or is this addition in N4296 one of those minor editorial changes?