initial deprecation of multi_span and strided_span

This commit is contained in:
Jordan Maples
2019-09-28 12:54:18 -07:00
parent 1046c9d247
commit bbeb0bdc91
4 changed files with 103 additions and 132 deletions
+1 -1
View File
@@ -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