We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I haven't a clue what the error in this means or how to fix it. Your help is appreciated. Thank you.
AddIndexFifo is evidently a macro, and that macro's definition is flawed.
Here it is in FIFO.h . I don't know what to look for sorry but in my research have understood the use of ## can cause problems .
Abraxas said:the use of ## can cause problems .
Not only can it cause problems, it is causing this problem. The author of that macro has a wildly flawed understanding of what that operator is meant to do. Consequently, they misapplied it.
You have to get rid of all '##' directly before '++'.