mirror of https://github.com/google/benchmark.git
Address c4267 warning on MSVC (#1315)
* Fix #1159 Harmonize the types between the loop counter and the vector of indices The loop counter is a size_t, but they're stored in a vector-of-int leading to potential overflow warnings. In order to avoid accidental run-time overflow this change modifies the vector type, rather than the loop counter. * Fix up line endings * Update AUTHORS Add Staffan Tjernstrom <staffantj@gmail.com> Co-authored-by: Staffan Tjernstrom <staffantj@users.noreply.github.com>
This commit is contained in:
parent
3b3de69400
commit
6dfe7afbc3
1
AUTHORS
1
AUTHORS
|
@ -53,6 +53,7 @@ Radoslav Yovchev <radoslav.tm@gmail.com>
|
|||
Roman Lebedev <lebedev.ri@gmail.com>
|
||||
Sayan Bhattacharjee <aero.sayan@gmail.com>
|
||||
Shuo Chen <chenshuo@chenshuo.com>
|
||||
Staffan Tjernstrom <staffantj@gmail.com>
|
||||
Steinar H. Gunderson <sgunderson@bigfoot.com>
|
||||
Stripe, Inc.
|
||||
Tobias Schmidt <tobias.schmidt@in.tum.de>
|
||||
|
|
Loading…
Reference in New Issue