added handler_storage default constructor when not TORRENT_USE_ASSERTS

This commit is contained in:
Alden Torres 2017-01-23 08:19:09 -05:00 committed by Arvid Norberg
parent 58f9742ff9
commit 4896a5ed3c
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ namespace libtorrent { namespace aux
{}
bool used;
#else
handler_storage() = default;
#endif
typename aux::aligned_storage<Size>::type bytes;
private: