• Michael Stahl's avatar
    sal: replace a list with vector · e2eae56b
    Michael Stahl yazdı
    std::stable_sort requires random access iterators, which std::list does
    not provide, so this is not actually supposed to work, but strangely
    does.  But there's no reason why this couldn't be a vector.
    
    Change-Id: I98ec5c28204d01a7352d15ed783748fc17bd8105
    e2eae56b
procimpl.cxx 20.2 KB