Closed jrahlf closed 2 years ago
Hi, some functions have a void parameter instead of an empty parameter list. https://github.com/jnk0le/Ring-Buffer/blob/dade96727256c6d7466f716c54bc3bfca3875952/ringbuffer.hpp#L52
It's more of a "good practice" in C++, in C it would be the most correct form.
Hi, some functions have a void parameter instead of an empty parameter list. https://github.com/jnk0le/Ring-Buffer/blob/dade96727256c6d7466f716c54bc3bfca3875952/ringbuffer.hpp#L52