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

fixed msvc build with /std:c++17 #11

Merged
merged 1 commit into from
Jul 2, 2020
Merged

fixed msvc build with /std:c++17 #11

merged 1 commit into from
Jul 2, 2020

Conversation

fabienfl-orc
Copy link
Contributor

The '__has_cpp_attribute' check prevented msvc2019 to build with
/std::c++17 while it does without it.

Added a check for __has_cpp_attribute availibility.

Fix issue #10

The '__has_cpp_attribute' check prevented msvc2019 to build with
/std::c++17 while it does without it.

Added a check for __has_cpp_attribute availibility.
@lamarrr
Copy link
Owner

lamarrr commented Jul 2, 2020

Thanks for your PR!
LGTM

@lamarrr lamarrr merged commit 3871aac into lamarrr:master Jul 2, 2020
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