Closed stilscher closed 2 years ago
The culprit likely is the alignas
which I have never invested much time into.
The line in question is: https://github.com/facebook/zstd/commit/1c7d2c4dd561e557964b78c3757ee4cc745be445#diff-9352517042498de73d5ffd9e054ce575a958003434582ec9faa860a12987cd74R1093.
The possible underlying attributes are chosen by some features here: https://github.com/facebook/zstd/commit/1c7d2c4dd561e557964b78c3757ee4cc745be445#diff-9352517042498de73d5ffd9e054ce575a958003434582ec9faa860a12987cd74R1029-R1050.
Maybe one can temporarily cheat that detection and redefine __STDC_VERSION__
to be lower?
When (incrementally) analyzing commit https://github.com/facebook/zstd/commit/1c7d2c4dd561e557964b78c3757ee4cc745be445 of the zstd repository the following parse error is thrown: