Skip to content

Fix usage of FMT macro from libff #74

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

Merged
merged 1 commit into from
Jun 6, 2017

Conversation

aleksejspopovs
Copy link
Contributor

This is related to pull request #6 in libff.

The expression libff::FMT(...) doesn't make a lot of sense, because FMT is a macro. When DEBUG is off, this is expanded into libff::((libff::UNUSED(__VA_ARGS__), "")), which is a syntax error.

This pull request removes the unnecessary libff: prefix from all calls to FMT in libsnark.

(because it is a macro).
In the future, this macro should be moved to libsnark.
@aleksejspopovs
Copy link
Contributor Author

This pull request fixes issue #70.

@madars madars merged commit a6e32b3 into scipr-lab:master Jun 6, 2017
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

Successfully merging this pull request may close these issues.

2 participants