Open ksahlin opened 4 years ago
There is a std::forward in C++ std library, in conflict with forward variable in mummer.cpp which cause this problem. Just replace the variable forward to another name such as Forward or forward_ can slove this problem.