Merge pull request #2407 from jbrianceau/fix-comp-builds

Export symbols used in inline functions
This commit is contained in:
Feng Xiao 2016-12-07 13:34:31 -08:00 committed by GitHub
commit 850d573aca

View file

@ -125,7 +125,7 @@ class ExplicitlyConstructed {
// Default empty string object. Don't use this directly. Instead, call
// GetEmptyString() to get the reference.
extern ExplicitlyConstructed< ::std::string> fixed_address_empty_string;
LIBPROTOBUF_EXPORT extern ExplicitlyConstructed< ::std::string> fixed_address_empty_string;
LIBPROTOBUF_EXPORT extern ProtobufOnceType empty_string_once_init_;
LIBPROTOBUF_EXPORT void InitEmptyString();