mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
11 lines
166 B
C
11 lines
166 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
|