fix a bunch of issues to properly support dynamic linking of libtorrent with visibility=hidden. Still requires a small patch to boost

This commit is contained in:
Arvid Norberg
2012-03-18 23:31:04 +00:00
parent 8213814102
commit a2521bd23c
52 changed files with 286 additions and 258 deletions

View File

@@ -124,7 +124,9 @@ void test_feed(std::string const& filename, rss_expect const& expect)
f->save_state(state);
fprintf(stderr, "feed_state:\n");
#ifdef TORRENT_DEBUG
state.print(std::cerr);
#endif
// TODO: verify some key state is saved in 'state'
}