Comment out additional includes of <cassert>

This overrode our own assert handler in stdafx.h
pull/167/head
Jonathan G Rennison 4 years ago
parent 3adeff1883
commit 22c3a01069

@ -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-

@ -13,7 +13,7 @@
# include <utility>
# include <type_traits>
# include <initializer_list>
# include <cassert>
//# include <cassert>
# include <functional>
# include <string>
# include <stdexcept>

Loading…
Cancel
Save