From 4aca410cceebc824745e8d75cfb9a6fa1a35daf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:14:33 +0100 Subject: [PATCH] Fix redefinition of _wrap___eq__ (#73) (#100) Signed-off-by: EduPonz Co-authored-by: Eduardo Ponz Segrelles --- 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 {