Skip to content

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