Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WA for MSVC compiler mutex constructor issue with VS2022 (openvin…
…otoolkit#28169) ### Details: - This issue is a MSVC compiler bug affecting certain versions of Visual Studio 2022. When using std::mutex a null dereference may occur, leading to a silent crash in Release mode. - Adding the compiler option "/D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR" serves as a workaround for this problem. Reference: https://hydrogenaud.io/index.php/topic,126070.0.html https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1710 ### Tickets: - CVS-159684
- Loading branch information