merged export fix from RC_0_16

This commit is contained in:
Arvid Norberg 2014-04-03 22:01:02 +00:00
parent 569ce0a965
commit a63e074274
1 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,9 @@ namespace libtorrent
return int(val.length());
}
TORRENT_EXTRA_EXPORT char const* integer_to_str(char* buf, int size, entry::integer_type val);
// this is used in the template, so it must be available to the client
TORRENT_EXPORT char const* integer_to_str(char* buf, int size
, entry::integer_type val);
template <class OutIt>
int write_integer(OutIt& out, entry::integer_type val)