Add comment

This commit is contained in:
Dalton Messmer
2024-11-07 02:03:04 -05:00
parent 48b3de50d6
commit 30cae32e67

View File

@@ -66,6 +66,8 @@ elseif(MSVC)
)
endif()
# Silence deprecation warnings for the std::atomic_...<std::shared_ptr> family of functions.
# TODO: Remove once C++20's std::atomic<std::shared_ptr> is fully supported.
add_compile_definitions("_SILENCE_CXX20_OLD_SHARED_PTR_ATOMIC_SUPPORT_DEPRECATION_WARNING")
endif()