mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Use user-defined literal for k, m, and g (powers of 1024)
This commit is contained in:
parent
8ba9b04747
commit
318c804504
99 changed files with 482 additions and 453 deletions
|
@ -68,7 +68,7 @@ void MultiFileAllocationIteratorTest::testMakeDiskWriterEntries()
|
|||
|
||||
MultiDiskAdaptor diskAdaptor;
|
||||
diskAdaptor.setFileEntries(std::begin(fs), std::end(fs));
|
||||
diskAdaptor.setPieceLength(1024);
|
||||
diskAdaptor.setPieceLength(1_k);
|
||||
diskAdaptor.openFile();
|
||||
|
||||
auto allocitr = diskAdaptor.fileAllocationIterator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue