forked from premiere/premiere-libtorrent
removed redundant namespace alias that may be a problem with GCC 3.4.2 on FreeBSD
This commit is contained in:
parent
2d83cdfa59
commit
02c0048c10
|
@ -77,7 +77,7 @@ namespace libtorrent
|
|||
using boost::asio::ipv4::host;
|
||||
using boost::asio::deadline_timer;
|
||||
*/
|
||||
namespace asio = ::asio;
|
||||
// namespace asio = ::asio;
|
||||
|
||||
using asio::ip::tcp;
|
||||
using asio::ip::udp;
|
||||
|
|
Loading…
Reference in New Issue