Add <cmath> header to fix ambiguity for abs#633
Add <cmath> header to fix ambiguity for abs#633sloede wants to merge 1 commit intoopenfheorg:mainfrom
<cmath> header to fix ambiguity for abs#633Conversation
|
We encourage all OpenFHE users to post their questions and suggestions to this forum. |
|
Thanks! My personal experience is that a PR with a concrete change set is often more descriptive than a prose description in a forum, but I'll try to follow the proper procedure next time. What about the already existing PR #634? Any chance you could have a look at this as well? Please let me know if I should do anything to it to make it easier for the maintainers (e.g., change the target to |
|
This issue (to include ) was more urgent (like a bug) as it prevented you from building the libraries, so I tried to fix it asap. At the moment I am not sure how we are going to proceed with PR #634. I would need to discuss this with my colleague(s) first. |
While trying to build OpenFHE using BinaryBuilder.jl, I received some method ambiguity errors for the use of
abson macOS, on bothaarch64(log) andx86_64(log):By including
<cmath>insrc/core/include/utils/utilities.h, this error seems to be fixed.