Merge pull request #518 from dankan1890/master

Fixed missing noexcept in Visual Studio 2013.
This commit is contained in:
Miodrag Milanović 2015-12-23 10:02:34 +01:00
commit 18f5f17265

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