Skip to content

Commit 9f846a9

Browse files
committed
Document the issue reference as suggested by Gemini Code assist.
1 parent cf31f75 commit 9f846a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ if (MSVC)
199199
$<$<CONFIG:Release>:/MD>
200200
)
201201
endif()
202-
203202
# Disable constexpr mutex constructor to fix crashes on older vcruntimes.
203+
# See: https://github.com/microsoft/STL/issues/4730
204204
add_compile_definitions(_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR)
205205
endif()
206206

0 commit comments

Comments
 (0)