~ubuntu-branches/ubuntu/wily/aria2/wily-proposed

« back to all changes in this revision

Viewing changes to src/LongestSequencePieceSelector.h

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry, Patrick Ruckstuhl
  • Date: 2013-09-22 18:52:14 UTC
  • mfrom: (2.5.19 sid)
  • Revision ID: package-import@ubuntu.com-20130922185214-upeu2ljgeqi7e7oo
Tags: 1.18.0-1
[ Kartik Mistry ]
* New upstream release.
* debian/control:
  + (really) Set priority to optional from extra (Closes: #697659).
  + wrap-and-sort some fields.

[ Patrick Ruckstuhl ]
* debian/rules:
  + Allow parallel building (Closes: #720977)
* debian/tests, debian/control:
  + autopkgtest infrastructure

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  // { 1,2,3,4,7,10,11,12,13,14,15,100,112,113,114 }, then
47
47
  // returns 15 because { 10, 11, 12, 13, 14, 15 } is the longest sequence.
48
48
  virtual bool select
49
 
  (size_t& index, const unsigned char* bitfield, size_t nbits) const;
 
49
  (size_t& index, const unsigned char* bitfield, size_t nbits) const
 
50
    CXX11_OVERRIDE;
50
51
};
51
52
 
52
53
} // namespace aria2