don't inline large functions

This commit is contained in:
Arvid Norberg
2012-03-19 06:06:52 +00:00
parent 3a1145b6db
commit 619c375528
14 changed files with 295 additions and 265 deletions

View File

@@ -46,6 +46,9 @@ POSSIBILITY OF SUCH DAMAGE.
namespace libtorrent {
feed_item::feed_item(): size(-1) {}
feed_item::~feed_item() {}
struct feed_state
{
feed_state(feed& r)