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 non-C++11 examples to be compiled with C++11 disabled #2319

Merged
merged 2 commits into from Apr 29, 2022

Conversation

ethouris
Copy link
Collaborator

There were several examples that did not require C++11, although some of them do.

This fix allows all examples that don't require C++11 to be compiled using the compiler-default standard, while those that require C++11 are turned off in case when C++11 is explicitly disabled. Examples that do require it are sendfile/recvfile because they make use of in-application logging configurtion.

@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [build] Area: Changes in build files labels Apr 29, 2022
@maxsharabayko maxsharabayko added this to the v1.4.5 milestone Apr 29, 2022
@maxsharabayko maxsharabayko merged commit c8726ac into Haivision:master Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[build] Area: Changes in build files Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants