Comment #3 on issue 211 by [email protected]: common.cc calls "abort" on FATAL messages
http://code.google.com/p/protobuf/issues/detail?id=211
Though better than abort, "throw -1" is not an extremely helpful exception: it won'y be possible to locate the source of the exception. A simply derived class from std::exception would be best (to allow catching just that exception), or at least using one of the standard exceptions.
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
