Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename C++ variables to avoid use of reserved identifiers #2464

Merged
merged 1 commit into from Sep 30, 2013

Conversation

ianthomas23
Copy link
Member

This is a bug fix for issue #2463.

The C++ triangulation code (_tri.h and _tri.cpp) uses variables with names _A, _C and _M. However, in C++ identifiers that begin with an underscore followed by a capital letter are reserved. This PR changes such variables to their lowercase equivalents.

I have confirmed that following the changes the triangulation tests pass OK and there is no change to any of the triangulation examples.

mdboom added a commit that referenced this pull request Sep 30, 2013
Rename C++ variables to avoid use of reserved identifiers
@mdboom mdboom merged commit 4b8ec14 into matplotlib:v1.3.x Sep 30, 2013
@ianthomas23 ianthomas23 deleted the 2463_reserved_identifiers branch July 8, 2021 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants