|
serialized_member_size_ = SERIALIZED_MEMBER_SIZE; |
Unlike Cdr::serialize_bool_sequence(), Cdr::serialize_bool_array() does not call *this << static_cast<int32_t>(vector_t.size()) internally; therefore, it appears that assigning a value to serialized_member_size_ is unnecessary. Is this an error?
Fast-CDR/src/cpp/Cdr.cpp
Line 2223 in db7e730
Unlike
Cdr::serialize_bool_sequence(),Cdr::serialize_bool_array()does not call*this << static_cast<int32_t>(vector_t.size())internally; therefore, it appears that assigning a value toserialized_member_size_is unnecessary. Is this an error?