Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@marimeireles
Copy link
Contributor

@marimeireles marimeireles commented Apr 22, 2020

In our project we have a restriction that doesn't allow us to use a macOS SDK older than 10.9.
The problem is that 10.9 doesn't offer full support to c++ 17 features, so things like optional and variant won't work well.

In order for it to work in 10.9 I had to make some changes, there is no value() method for optional and no get for variant, fortunately it's possible to use the equivalents * and get_info, and that's what I'm doing in this PR.

@marimeireles
Copy link
Contributor Author

Hey @p-ranav, would you be interested in having this changes merged in your repo?

@p-ranav
Copy link
Owner

p-ranav commented Apr 22, 2020

Hey @marimeireles can you resolve the conflicts? I can test it at my end after the resolution and then merge if everything works OK.

@marimeireles
Copy link
Contributor Author

@p-ranav, sure! It's fixed =)

@p-ranav p-ranav merged commit 4fa3c66 into p-ranav:master Apr 22, 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