The reason why I ask is because we found the inline function take a lot of place in the header file. If I involve the header file in my pre-compiled header it may heavily, heavily, heavily slow down the project building. So I'm just thinking if it could isolate the inline functions into the cpp files then the header files would be less lines. So is there any way to make the protoc to generate only declaration in the header files and put the implementation into the cpp files?
-- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
