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

Issue with Visual C++ 2019 Update 4 #1066

Open
JonCavesMSFT opened this issue Jul 9, 2019 · 0 comments
Open

Issue with Visual C++ 2019 Update 4 #1066

JonCavesMSFT opened this issue Jul 9, 2019 · 0 comments

Comments

@JonCavesMSFT
Copy link

Hi: We have just made some changes to the Visual C++ compiler that makes the checking of 'extern "C"' functions stricter - especially across namespaces. This has shown up some issues in the file:

https://github.com/leapmotion/autowiring/blob/1c4f51f3db0d87117159698190af5ef6ee6300db/contrib/autoboost/autoboost/date_time/filetime_functions.hpp

Specifically functions like 'GetSystemTimeAsFileTime' which now are flagged as an error as they do not match the declaration in the Windows SDK (because they use a different definition of 'SYSTEMTIME').

Feel free to contact me if you need more information.

Thanks
Jonathan Caves

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

No branches or pull requests

1 participant