GSL/include
Juan Carlos Arevalo Baeza f21f29d210
gsl/narrow should include <exception> (#1044)
This file uses std::exception, so it should include the appropriate header.

Normally it gets the STL's <exception> header included via the gsl/assert file, but this is skipped with _HAS_EXCEPTIONS=0. I understand _HAS_EXCEPTIONS is undocumented and unsupported, but regardless, the appropriate header should be included here.

Alternatively, gsl/narrow should be modified to support _HAS_EXCEPTIONS=0, like gsl/assert was. But I'm not proposing that change. <exception> does define std::exception even with _HAS_EXCEPTIONS=0.
2022-04-26 14:41:10 -07:00
..
gsl gsl/narrow should include <exception> (#1044) 2022-04-26 14:41:10 -07:00
CMakeLists.txt Minor cmake nitpicks (#969) 2021-01-08 09:56:04 -08:00