Replaced DNDEBUG macro to _DEBUG macro.

This commit is contained in:
nodchip
2020-09-08 23:30:57 +09:00
parent 04a9a951b8
commit ec96409176

View File

@@ -70,7 +70,7 @@ namespace Learner
file_worker_thread.join();
output_file_stream.close();
#if !defined(DNDEBUG)
#if defined(_DEBUG)
{
// All buffers should be empty since file_worker_thread
// should have written everything before exiting.