Raise an exception in UCIFast contstructor
This commit is contained in:
Родитель
6cef7b091e
Коммит
9ad127dacd
|
@ -546,7 +546,7 @@ void UCIFastReader<ElemType>::InitCache(const ConfigParameters& readerConfig)
|
|||
template <class ElemType>
|
||||
UCIFastReader<ElemType>::~UCIFastReader()
|
||||
{
|
||||
ReleaseMemory();
|
||||
RuntimeError("Long live the Reader!");
|
||||
delete m_cachingReader;
|
||||
delete m_cachingWriter;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче