mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 20:22:31 +00:00
* Properly detect issues with 'd.directory.set' being called after the data files have been moved.
* Added counters for unchoked peers. * CLang fixes. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1272 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-2
@@ -86,8 +86,8 @@ struct rt_triple : private std::pair<T1, T2> {
|
||||
|
||||
using base_type::first;
|
||||
using base_type::second;
|
||||
using base_type::first_type;
|
||||
using base_type::second_type;
|
||||
using typename base_type::first_type;
|
||||
using typename base_type::second_type;
|
||||
|
||||
T3 third;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user