We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RHEL/CentOS 7 gcc tool chain is 4.8.5 and even with --std=c++1y (for c++14) make_unique is not supported.
Build fails using gcc 4.8.5 with c++14 standards
Buildable on RHEL/ContOS 7
##Proposed add a custom make_unique<>() implementation in utilities with a macro gaurd to enable it for gcc < 4.9
The text was updated successfully, but these errors were encountered:
Is there a known working compiler version? We can test both compilers to see when they align after that's added.
Sorry, something went wrong.
Closed by #106
No branches or pull requests
RHEL/CentOS 7 gcc tool chain is 4.8.5 and even with --std=c++1y (for c++14) make_unique is not supported.
Current behavior
Build fails using gcc 4.8.5 with c++14 standards
Expected behavior
Buildable on RHEL/ContOS 7
##Proposed
add a custom make_unique<>() implementation in utilities with a macro gaurd to enable it for gcc < 4.9
The text was updated successfully, but these errors were encountered: