mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
This commit is contained in:
parent
126a4bde61
commit
07d270c87e
709 changed files with 6305 additions and 6878 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace aria2 {
|
||||
|
||||
typedef SharedHandle<int> Integer;
|
||||
typedef std::shared_ptr<int> Integer;
|
||||
|
||||
class SequentialPickerTest:public CppUnit::TestFixture {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue