libsnark icon indicating copy to clipboard operation
libsnark copied to clipboard

clang compatibility fixes

Open kobigurk opened this issue 8 years ago • 1 comments

This PR together with the one in libff has some solution for clang compatibility.

Specifically, it handles issues mentioned in #54 and #67, about the following:

  1. non-type template parameter deduction - by using a higher abstraction of the template parameter.
  2. UNUSED macro in libff.

kobigurk avatar Mar 27 '17 12:03 kobigurk

Any progress on this?

copumpkin avatar Jan 19 '18 23:01 copumpkin