From 3a53d1ae726a5e0d71f45363e21b12aedaa55bf6 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 --- 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 {