mirror of
https://github.com/microsoft/GSL.git
synced 2026-04-28 18:02:12 +02:00
initial deprecation of multi_span and strided_span
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#ifdef _MSC_VER
|
||||
// blanket turn off warnings from CppCoreCheck from catch
|
||||
// so people aren't annoyed by them when running the tool.
|
||||
#pragma warning(disable : 26440 26426) // from catch
|
||||
#pragma warning(disable : 26440 26426 4996) // from catch deprecated
|
||||
#endif
|
||||
|
||||
#include <catch/catch.hpp> // for AssertionHandler, StringRef, TEST_CASE
|
||||
|
||||
Reference in New Issue
Block a user