>>>>> "Tom" == Tom Tromey <t...@tromey.com> writes:
Tom> This short series uses C++11 features to simplify libcc1. This brings Tom> the code closer to how I pictured it when I first wrote it. (It would Tom> be further improved by std::apply, but this isn't available until Tom> C++17.) I figured out today that it's possible to do this in C++11 -- just not quite as convenient. So, once this series goes in, I have another series lined up to simplify more things, including the "callback" template functions. Tom