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

Make tabulate compatible with mac's SDK 10.9 #41

Merged
merged 2 commits into from Apr 22, 2020

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.

None yet

2 participants