Replies: 1 comment
-
Hi @wjhtinger , nice catch! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#ifdef TOPIC_DATA_TYPE_API_HAS_IS_BOUNDED
eProsima_user_DllExport inline bool is_bounded() const override
{
return false;
}
As the Constraints, the is_bounded() must return true, right?
Beta Was this translation helpful? Give feedback.
All reactions