rpcs3/Utilities/GSL.h
2017-04-16 21:08:16 +02:00

11 lines
169 B
C

#pragma once
#define GSL_THROW_ON_CONTRACT_VIOLATION
#pragma push_macro("new")
#undef new
#include <gsl/gsl>
#pragma pop_macro("new")
#undef Expects
#undef Ensures