7 ms·
I once used Spirit successfully, even though at the time I was not as well-versed in C++ as I should have been. I tend to like boost, because it makes a lot of
by shutter 18y ago
I once used Spirit successfully, even though at the time I was not as well-versed in C++ as I should have been. I tend to like boost, because it makes a lot of things easy that would otherwise be difficult and/or time-consuming to write in C++.
- codedivine 18y agoThanks. Do you remember if Spirit increased compile times significantly (a usual complaint with Boost?)? Also what architectures/compilers were you using?