Fixed specialization of TransferBufferManager<0, 0>

This commit is contained in:
Pavel Kirienko 2014-02-12 13:29:31 +04:00
parent a1ead1b90b
commit 4a7efc19d0

View File

@ -454,6 +454,8 @@ public:
{
(void)key;
}
bool isEmpty() const { return true; }
};
}