According to comments on How to make a variadic macro (variable number of arguments) C99 has variadic macros, but the then-current C++ does not.
However, that was over a decade ago, and I'm interested in the new versions of C++.
Does C++ 20 or 23 have variadic macros? If not, are any stakeholders trying to get them on the agenda for future versions?