From c3ce0cf4f3f42f782269c2ac4080968741bdca60 Mon Sep 17 00:00:00 2001 From: EduPonz Date: Tue, 28 Nov 2023 08:13:16 +0100 Subject: [PATCH] Refs #20051: Fix redefinition of _wrap___eq__ Signed-off-by: EduPonz --- fastdds_python/src/swig/fastrtps/types/TypesBase.i | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastdds_python/src/swig/fastrtps/types/TypesBase.i b/fastdds_python/src/swig/fastrtps/types/TypesBase.i index fc02f8f9..ecfbc02d 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypesBase.i +++ b/fastdds_python/src/swig/fastrtps/types/TypesBase.i @@ -40,6 +40,9 @@ %ignore eprosima::fastrtps::types::TypeFlag::deserialize; %ignore eprosima::fastrtps::types::TypeFlag::getCdrSerializedSize; +%ignore eprosima::fastrtps::types::operator==; +%ignore eprosima::fastrtps::types::operator!=; + %include "fastrtps/types/TypesBase.h" %extend eprosima::fastrtps::types::ReturnCode_t {