question: is a long line still a problem in current bison version?
Stephan Sperber <[email protected]> Tue, 25 Oct 2022 18:23:35 +0200
| Newsgroups | gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <CAPzuGEdChpX0=pffiovoQLWQVmEsMTP1_KSeQq3_MRDR6A--Ag@mail.gmail.com> |
Hi All, to explain my problem i opened a pull request on github. i hope it explains my problem. (it is based on some old version) https://github.com/akimd/bison/pull/95 as i understand this line https://github.com/akimd/bison/blob/master/data/skeletons/variant.hh#L488 of the latest and greatest it is only generated if we dont have msvc. so this kind of problem should be resolved for me if i just manage to use a recent version, am i correct? yours Stephan