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

Fix exports when compiling DLLs enabled with mingw #540

Merged
merged 4 commits into from
Aug 27, 2019

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Aug 24, 2019

mingw seems to be more strict about dll import/export than msvc, inline
functions should not be tagged as either.

Signed-off-by: Kimball Thurston kdt3rd@gmail.com

mingw seems to be more strict about dll import/export than msvc, inline
functions should not be tagged as either.

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
Between different translation units, typeid itself is allowed to differ
but hash_code will be the same type

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
@cary-ilm
Copy link
Member

LGTM

@kdt3rd kdt3rd merged commit 54d46da into AcademySoftwareFoundation:master Aug 27, 2019
@kdt3rd kdt3rd deleted the fix_mingw_dll branch August 27, 2019 08:54
@cary-ilm cary-ilm added this to the v2.4.0 milestone Aug 29, 2019
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.

2 participants