You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utility class RingBuffer is also defined by other libraries, and compiling with them causes ambiguous class errors during compilation. I would suggest adding a namespace around your library so that you can hide your components from others.
The text was updated successfully, but these errors were encountered:
The utility class RingBuffer is also defined by other libraries, and compiling with them causes ambiguous class errors during compilation. I would suggest adding a namespace around your library so that you can hide your components from others.
The text was updated successfully, but these errors were encountered: