From 9aee89830791a69b9288a0072d7a843f75aa9a1a Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Tue, 28 Nov 2023 11:01:55 +0100 Subject: [PATCH] Fix redefinition of _wrap___eq__ (#73) Signed-off-by: EduPonz (cherry picked from commit 94fa8a91d01e6f052253aca33674c4f864ed36b9) --- 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 {