diff --git a/include/gsl/gsl b/include/gsl/gsl index e6e6fdb..49c8f5e 100644 --- a/include/gsl/gsl +++ b/include/gsl/gsl @@ -19,7 +19,9 @@ #ifndef GSL_GSL_H #define GSL_GSL_H +#if defined(__clang__) || defined(__GNUC__) #pragma GCC system_header +#endif #include // Ensures/Expects #include // finally()/narrow()/narrow_cast()...