I am using proto2 syntax, and find that no matter enable or disable the option cc_enable_arena, the generated .pb.h and .pb.cc by protoc are exactly the same. (The master branch of protobuf is used.)
Does that mean that arena is enable by default?
Thanks.