added handler_storage default constructor when not TORRENT_USE_ASSERTS
This commit is contained in:
parent
58f9742ff9
commit
4896a5ed3c
include/libtorrent/aux_
|
@ -55,6 +55,8 @@ namespace libtorrent { namespace aux
|
|||
{}
|
||||
|
||||
bool used;
|
||||
#else
|
||||
handler_storage() = default;
|
||||
#endif
|
||||
typename aux::aligned_storage<Size>::type bytes;
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue