From 7ead44d74c86b9ea968f40cbed9c5eb42782e932 Mon Sep 17 00:00:00 2001 From: EZ4Stephen Date: Sat, 15 Nov 2025 10:39:53 +0400 Subject: [PATCH] Update abstract_ui.inc.cc --- libs/pbd/pbd/abstract_ui.inc.cc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libs/pbd/pbd/abstract_ui.inc.cc b/libs/pbd/pbd/abstract_ui.inc.cc index f3f735c973..049df1ebde 100644 --- a/libs/pbd/pbd/abstract_ui.inc.cc +++ b/libs/pbd/pbd/abstract_ui.inc.cc @@ -32,15 +32,6 @@ #include "pbd/i18n.h" -#ifdef COMPILER_MSVC -#include // Needed for 'DECLARE_DEFAULT_COMPARISONS'. Objects in an STL container can be - // searched and sorted. Thus, when instantiating the container, MSVC complains - // if the type of object being contained has no appropriate comparison operators - // defined (specifically, if operators '<' and '==' are undefined). This seems - // to be the case with ptw32 'pthread_t' which is a simple struct. -DECLARE_DEFAULT_COMPARISONS(ptw32_handle_t) -#endif - using namespace std; #ifndef NDEBUG