Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CircularBuffer.Index: remove bogus assert (#978)
Motivation: CircularBuffer.Index was asserting that its size is the same as a word. Whilst that's true on 64-bit architectures, the assert itself is bogus and a left-over from development. Modifications: Remove bogus assert. Result: Better 32-bit support.
- Loading branch information