skvadrik / re2c

Lexer generator for C, C++, Go and Rust.
https://re2c.org
Other
1.06k stars 169 forks source link

Document C++11 compiler requirement in BUILD.md #453

Closed ryandesign closed 1 year ago

ryandesign commented 1 year ago

BUILD.md says:

https://github.com/skvadrik/re2c/blob/ece4bb76e39db7071d5dd374d166008d5f982c3f/BUILD.md?plain=1#L8

But in fact one appears to need a C++11-compatible compiler; please document this.

skvadrik commented 1 year ago

Thanks! Fixed in https://github.com/skvadrik/re2c/commit/7d6641778cd10fcdc9b5d32f7319ece7aadc95c0.