mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
there you go, Robbbbbbbbert (nw)
This commit is contained in:
parent
1b59930f29
commit
c96ed5b4a6
@ -431,7 +431,7 @@ public:
|
||||
, m_tail(this->end())
|
||||
, m_empty(true)
|
||||
{
|
||||
static_assert(0U < N);
|
||||
static_assert(0U < N, "FIFO must have at least one element");
|
||||
}
|
||||
fifo(fifo<T, N, WriteWrap, ReadWrap> const &) = delete;
|
||||
fifo(fifo<T, N, WriteWrap, ReadWrap> &&) = delete;
|
||||
|
Loading…
Reference in New Issue
Block a user