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

Allow configuration of which C++ standard to use #122

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jtsylve
Copy link
Contributor

@jtsylve jtsylve commented Jun 25, 2019

This adds a new (optional) --with-c++-standard argument to the configure script. Users can select 11, 14, or 17 (default is 11) to choose which version of the standard to compile the library against.

This is useful for linking the library against other C++ project to ensure they're compiled with compatible standard libraries.

@jtsylve
Copy link
Contributor Author

jtsylve commented Aug 19, 2019

@scudette have you gotten a chance to review this? By default it still builds with c++11 (so no changes for existing users), but gives the option of choosing a different standard at configuration time

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.

1 participant