forked from premiere/premiere-libtorrent
lower alignment requirement of socket_type to silence msvc warning (it was probably not warranted in the first place anyway)
This commit is contained in:
parent
fba0762353
commit
c9c5496f1c
|
@ -327,7 +327,7 @@ namespace libtorrent
|
|||
>::value
|
||||
};
|
||||
|
||||
boost::aligned_storage<storage_size, 16>::type m_data;
|
||||
boost::aligned_storage<storage_size, 8>::type m_data;
|
||||
};
|
||||
|
||||
// returns true if this socket is an SSL socket
|
||||
|
|
Loading…
Reference in New Issue