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

Use defective stlpatch_future.hpp only for VS2013 #266

Merged
merged 1 commit into from
May 14, 2018

Conversation

AndreasSchoenle
Copy link
Contributor

The void return type specialization stlpatch_future.hpp does not store exceptions thrown in the callable. It is silently overwriting the Microsoft implementation in all VS versions in all implementation files pulling g3log headers.
This is the minimum fix: Starting with VS2015 the original implementation is used.

Copy link
Owner

@KjellKod KjellKod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@KjellKod KjellKod merged commit 7b0414f into KjellKod:master May 14, 2018
@AndreasSchoenle AndreasSchoenle deleted the fix-packaged-task branch May 14, 2018 14:33
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