Update gsl

This commit is contained in:
Rian Quinn 2017-03-09 09:16:24 -07:00 committed by GitHub
parent 4f7d32cce0
commit 51fef79a92

View File

@ -19,7 +19,9 @@
#ifndef GSL_GSL_H #ifndef GSL_GSL_H
#define GSL_GSL_H #define GSL_GSL_H
#if defined(__clang__) || defined(__GNUC__)
#pragma GCC system_header #pragma GCC system_header
#endif
#include <gsl/gsl_assert> // Ensures/Expects #include <gsl/gsl_assert> // Ensures/Expects
#include <gsl/gsl_util> // finally()/narrow()/narrow_cast()... #include <gsl/gsl_util> // finally()/narrow()/narrow_cast()...