GSL/include/gsl
Rian Quinn 4f7d32cce0 register GSL as a system header
GSL currently causes Clang Tidy to go nuts for several reasons: 
1) there are several checks that fail because of UnitTest++ 
2) there are several checks that fail simply because we need to clean up some issues 
3) the Core Guideline checks clearly fail since we are implementing the GSL

Adding this macro prevents Clang Tidy and other tools (like coverage tools) from registering the GSL as code the belongs to the project.
2017-03-09 09:13:37 -07:00
..
gsl register GSL as a system header 2017-03-09 09:13:37 -07:00
gsl_algorithm Cleanup include structure, constexpr and noexcept compiler workarounds. 2017-02-07 15:59:37 -08:00
gsl_assert Cleanup include structure, constexpr and noexcept compiler workarounds. 2017-02-07 15:59:37 -08:00
gsl_byte Revert change to the definition of constexpr macro in gsl_byte from #446 (#450) 2017-02-11 17:38:59 -08:00
gsl_util Properly qualify std::size_t (#448) 2017-02-13 12:11:45 -08:00
multi_span Properly qualify std::size_t (#448) 2017-02-13 12:11:45 -08:00
span Properly qualify std::size_t (#448) 2017-02-13 12:11:45 -08:00
string_span Properly qualify std::size_t (#448) 2017-02-13 12:11:45 -08:00