> On 6 Oct 2018, at 18:03, Akim Demaille <[email protected]> wrote: > > I think I have finally reached a point where I have implemented > everything I had on my mind about the names of the auxiliary files in > C++. If I had known earlier what a burden it is, I guess I would have > hesitated more... But I really wanted two C++ parsers to be able to > export and use a single location.hh file.
It might be in its own namespace with a Bison version number in it. Then if it is present, Bison only updates it if versions differ. This avoids unneeded file dependency recompilation.
