dliaomcp / fbstab

An implementation of the FBstab quadratic programming solver.
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

fix missing virtual function '= 0' in class Residual #16

Open lastmc opened 1 year ago

lastmc commented 1 year ago

Two pure virtual function declarations are missing "= 0", which could cause "symbol not found" errors in linking stage.