You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add WA for MSVC compiler mutex constructor issue with VS2022 (openvinotoolkit#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.htmlhttps://github.com/microsoft/STL/wiki/Changelog#vs-2022-1710
### Tickets:
- CVS-159684
0 commit comments