Re: [PATCH v2 19/21] libcc1: use variadic templates for callbacks
Jeff> OK Jeff> I think that's the whole set. If not, let me know. It is. Thank you for the reviews. I am checking it in now. Tom
Re: [PATCH v2 19/21] libcc1: use variadic templates for callbacks
On 4/27/2021 7:01 PM, Tom Tromey wrote: This patch completes the transition of libcc1 from the use of separate template functions for different arities to the use of variadic functions. This is how I had wanted it to work from the very beginning, and is possible now with C++11. I had thought