Closed boulevard-h closed 2 years ago
Also, I tried to define my filter as a static variety in my 2 files.
static binary_fuse8_t MyBFF;
However, error still happens.
Thanks for the report. I will update the code. These functions should be declared inline.
Please pull the latest version, it should solve your issue. If not, open a new issue.
Thanks for the report.
I have 2 c++ files, which both include the binaryfusefilter.h header. And they are compiled by cmake together. when I compile my project, there are errors like:
I know when 2 files include a same header, this may happen. But I looked at binaryfusefilter.h, there is defines like:
So why does this error still happen? How can I avoid it?