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:
arvidn 2015-11-19 22:50:40 -05:00
parent fba0762353
commit c9c5496f1c
1 changed files with 1 additions and 1 deletions

View File

@ -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