Closed lh12565 closed 6 years ago
Hi, can you try the latest commit 5c028884f41147e7bc0f654d8188d85ee017c0c1. I removed that function since it is technically unused. I suspect a newer version of GCC would work, but I'll make sure this fix is applied to the release version for better compatibility.
It works. You are right. My gcc is 4.8.5. Thanks!
Hi, Justin Chu When I make the biobloom, it has the following error:
MIBFGen.hpp:834:46: error: use of deleted function std::basic_ofstream::basic_ofstream(const std::basic_ofstream&)...
/usr/include/c++/4.8.2/fstream:599:11: error: use of deleted function std::basic_ostream::basic_ostream(const std::basic_ostream&)....
.....
How do I solve this problem? Thanks!