microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.45k stars 369 forks source link

Add CMake build option DISABLE_MSVC_ITERATOR_DEBUGGING #145

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

This PR introduces a new CMake build option DISABLE_MSVC_ITERATOR_DEBUGGING to allow clients to disable MSVC's iterator debugging in Debug configuration since this is now the 'default' for clang/LLVM for Windows builds even when not using the clang-cl driver.