### Problem description https://cppreference.com/cpp/language/contracts C++26 feature so may not be a priority. ### C++ code that can't be parsed correctly (please double-check that https://robotpy.github.io/cxxheaderparser/ has the same error) ```text int num = 0; void f() pre((num++, false)); f(); ```
Problem description
https://cppreference.com/cpp/language/contracts
C++26 feature so may not be a priority.
C++ code that can't be parsed correctly (please double-check that https://robotpy.github.io/cxxheaderparser/ has the same error)