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

Set the c++ standard to 11 instead of 98 #152

Conversation

radford-for-smpte
Copy link
Contributor

closes #151

@palemieux
Copy link
Contributor

It looks like this is to keep up with Xerces C, which is a dependency.

One of the requirements for regxmllib was compatibility with C+98, which we should avoid losing unless we absolutely need to.

Can we detect if Xerces was built for C++ > 98?

@palemieux
Copy link
Contributor

Replaced by #153

@palemieux palemieux closed this Nov 18, 2023
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.

Fails to build using gcc 8.5
2 participants