Comment out additional includes of <cassert>
This overrode our own assert handler in stdafx.h
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
// Use the standard classes for std::, if available.
|
||||
#include <condition_variable>
|
||||
|
||||
#include <cassert>
|
||||
//#include <cassert>
|
||||
#include <chrono>
|
||||
#include <system_error>
|
||||
#include <windows.h>
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#error A C++11 compiler is required!
|
||||
#endif
|
||||
|
||||
#include <cassert>
|
||||
//#include <cassert>
|
||||
// For descriptive errors.
|
||||
#include <system_error>
|
||||
// Implementing a shared_mutex without OS support will require atomic read-
|
||||
|
Reference in New Issue
Block a user