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

patch for MacOSX #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

patch for MacOSX #1

wants to merge 1 commit into from

Conversation

tangxifan
Copy link

Hi Kevin,
I have tested the patch on Mac OS Mojave 10.14.4 with AppleClang 10.0.1.10010046.
The example executables argparse_test and argparse_example are working well.
So I try this pull request.

Best regards,
Xifan Tang

@kmurray
Copy link
Owner

kmurray commented Apr 9, 2019

Thanks for the PR Xifan.

Can you clarify why this change is needed? The existing code is valid C++11 (or later), and compiles with GCC (>=4.9) & Clang (>= 3.6).

This library (and VTR) assume C++14 compiler support so it should work. Is it possible that things are not building with C++14 support on Mac?

I'm hesitant to back track on the C++14 support requirement.

@tangxifan
Copy link
Author

tangxifan commented Apr 10, 2019 via email

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