Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdf: use an explicit static function to select the appropriate versio…
…n of SdfPredicateExpression::GetParseError() to use in Python wrapping When building using C++20, Boost seems to be unable to correctly deduce which version of GetParseError() to use when wrapping to Python. This change adds a static function that ensures the version returning a const reference is used, which was the original intent.
- Loading branch information