microsoft / GSL

Guidelines Support Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gsl/gsl does not include gsl_narrow

bowie7070 opened this issue · comments

From the documentation it is intended that the gsl library be used with the following:

#include <gsl/gsl>

gsl/gsl includes most of the other gsl include files but it omits gsl/gsl_narrow. Please add an include of gsl/gsl_narrow to gsl/gsl.

Please submit a PR adding this change to <gsl/gsl>.

gsl_narrow is only element in GSL that uses exceptions, so please ensure in you PR that it is only included if it is being used in an environment that supports exceptions. Thanks.

Please see PR #939