Skip to content

Commit 5ef0d54

Browse files
committed
Minor fixes and optimizations
1 parent 64b1c0d commit 5ef0d54

File tree

22 files changed

+526
-359
lines changed

22 files changed

+526
-359
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,6 +1894,9 @@ if(WIN32)
18941894
# Silence C++20 deprecation warnings
18951895
hpx_add_config_cond_define(_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS)
18961896

1897+
# Silence C++23 deprecation warnings
1898+
hpx_add_config_cond_define(_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS)
1899+
18971900
# ASan is available in Visual Studion starting V16.8
18981901
if((MSVC_VERSION GREATER_EQUAL 1928) AND HPX_WITH_SANITIZERS)
18991902
hpx_add_target_compile_option(

0 commit comments

Comments
 (0)