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

Errors #3

Closed
asharouthu opened this issue Feb 8, 2022 · 1 comment
Closed

Errors #3

asharouthu opened this issue Feb 8, 2022 · 1 comment

Comments

@asharouthu
Copy link

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

@xdsopl
Copy link
Owner

xdsopl commented Feb 9, 2022

I've just replaced aligned_alloc() with the aligned new introduced with C++17 in the work branch.

To fix your second problem, a major rewrite would be necessary, as line 126 is not the only place.
Any volunteers?

@xdsopl xdsopl closed this as completed Nov 22, 2022
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

No branches or pull requests

2 participants