Merge pull request #3216 from traversaro/patch-1
Export symbols used in inline functions
This commit is contained in:
commit
c722c3d294
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue