forked from premiere/premiere-libtorrent
wrap at 80 columns
This commit is contained in:
parent
312fce78a1
commit
0195eb661b
|
@ -481,9 +481,11 @@ namespace libtorrent
|
|||
#if BOOST_VERSION < 103500
|
||||
typedef asio::error_code error_code;
|
||||
// hidden
|
||||
inline asio::error::error_category get_posix_category() { return asio::error::system_category; }
|
||||
inline asio::error::error_category get_posix_category()
|
||||
{ return asio::error::system_category; }
|
||||
// hidden
|
||||
inline asio::error::error_category get_system_category() { return asio::error::system_category; }
|
||||
inline asio::error::error_category get_system_category()
|
||||
{ return asio::error::system_category; }
|
||||
|
||||
// hidden
|
||||
boost::system::error_category const& get_libtorrent_category()
|
||||
|
|
Loading…
Reference in New Issue