C++26: The Oxford variadic comma
Summary
The blog discusses C++26 deprecating ellipsis parameters without a preceding comma, coining the term 'Oxford variadic comma.' It explains the background, examples, and impact on compatibility with C, along with the motivation to reduce confusion with parameter packs.