1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-23 03:02:53 +01:00
rpcs3/Utilities/GSL.h

11 lines
166 B
C
Raw Normal View History

#pragma once
#define GSL_THROW_ON_CONTRACT_VIOLATION
#pragma push_macro("new")
#undef new
2018-08-24 18:07:38 +02:00
#include <gsl/gsl>
#pragma pop_macro("new")
2016-05-13 16:01:48 +02:00
#undef Expects
#undef Ensures