rpcs3/Utilities/GSL.h

11 lines
164 B
C
Raw Normal View History

#pragma once
#define GSL_THROW_ON_CONTRACT_VIOLATION
#pragma push_macro("new")
#undef new
#include <gsl.h>
#pragma pop_macro("new")
2016-05-13 14:01:48 +00:00
#undef Expects
#undef Ensures