Skip to content

Commit b88565d

Browse files
authored
Fix issue with constexpr constructor of mutex and VS2022. (#80)
1 parent 307cc7e commit b88565d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/shared/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ target_compile_definitions(shared PUBLIC
1919
SPDLOG_USE_STD_FORMAT SPDLOG_NO_NAME SPDLOG_NO_REGISTRY_MUTEX
2020
BOOST_INTERPROCESS_SHARED_DIR_FUNC BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE
2121
NOMINMAX _WINDOWS _UNICODE UNICODE
22+
_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
2223
)

0 commit comments

Comments
 (0)