Clean up repeated field shared library exports.
This removes the built in "extern template" declarations because they continue to cause issues in shared library builds. Users who need this optimization can define it themselves. This also adds PROTOBUF_EXPORT to some symbols that were previously missing it. PiperOrigin-RevId: 500223387
Loading
Please sign in to comment