Fixed missing noexcept in Visual Studio 2013.

This commit is contained in:
dankan1890 2015-12-22 21:05:27 +01:00
parent dc48253ce8
commit e9fcfacb74

View File

@ -19,6 +19,11 @@
#include <vector>
#include <memory>
#if defined(_MSC_VER) && (_MSC_VER < 1900)
#include <yvals.h>
#define noexcept _NOEXCEPT
#endif
// TEMPORARY helper to catch is_pod assertions in the debugger
#if 0
#undef assert