When we are constructing an object with repeated field member, we generally call auto memberObj = parentObject->add_member() -- C++
My question is that whether we should always add a defensive check for NULL-Pointer being returned from the Add function. I assume it will happen only in the out of memory condition. Protobuf does not throw an out of memory exception. So is there a way to check if Add succeded or Failed. Ashish -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/206122ac-511c-4950-a4b9-406880064497n%40googlegroups.com.
