• Show log

    Commit

  • Hash : 494448a5
    Author : Edward Thomson
    Date : 2019-01-20T19:10:08

    index: explicitly cast down to a size_t
    
    Quiet down a warning from MSVC about how we're potentially losing data.
    This cast is safe since we've explicitly tested that `strip_len` <=
    `last_len`.