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

Allow including the new API header in proj.c #704

Merged
merged 1 commit into from Dec 12, 2017
Merged

Allow including the new API header in proj.c #704

merged 1 commit into from Dec 12, 2017

Conversation

aaronpuchert
Copy link
Contributor

This didn't work before because the elaborate type punning scheme was deactivated by including proj.h. Now we use the type punning from the new API header and build our own.

This change is required for #674.

This didn't work before because the elaborate type punning scheme was
deactivated by including proj.h. Now we use the type punning from the
new API header and build our own.

This change is required for #674.
@aaronpuchert
Copy link
Contributor Author

@rouault This change would allow me to address your comment, please have a look.

@rouault
Copy link
Member

rouault commented Dec 12, 2017

Looks good to me. @kbevers Seems github suggests you as reviewer

@kbevers
Copy link
Member

kbevers commented Dec 12, 2017

Seems good to me as well. If this makes things easier elsewhere I am fine with merging.

Of course the gold star solution would be to reimplement proj using only the new API, but that is a task for another day :-)

@rouault rouault merged commit 3c35e56 into OSGeo:master Dec 12, 2017
@aaronpuchert aaronpuchert deleted the work-around-type-punning branch December 12, 2017 13:57
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

3 participants