From 778add6375922c1ad30d39ae4e3d47aaa033a2e0 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Mon, 29 Apr 2024 14:20:25 -0700 Subject: [PATCH] Avoid `stdext::checked_array_iterator` for modern MSVC. --- cpp/inc/bond/core/detail/sdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/inc/bond/core/detail/sdl.h b/cpp/inc/bond/core/detail/sdl.h index 2a515f85..a38e6ffe 100644 --- a/cpp/inc/bond/core/detail/sdl.h +++ b/cpp/inc/bond/core/detail/sdl.h @@ -24,7 +24,7 @@ namespace bond { namespace detail { -#ifdef _MSC_VER +#if defined(_MSC_VER) && _MSC_VER < 1915 template inline stdext::checked_array_iterator make_checked_array_iterator(