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
While I'm executing testbench.cc I've got two errors in 99 line "aligned_alloc" Is undefined and in 126th line it must have a constant value
The text was updated successfully, but these errors were encountered:
I've just replaced aligned_alloc() with the aligned new introduced with C++17 in the work branch.
aligned_alloc()
new
To fix your second problem, a major rewrite would be necessary, as line 126 is not the only place. Any volunteers?
Sorry, something went wrong.
No branches or pull requests
While I'm executing testbench.cc I've got two errors in 99 line "aligned_alloc" Is undefined and in 126th line it must have a constant value
The text was updated successfully, but these errors were encountered: