Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature] Address -Wc++11-conversion warning
The initializer list is created from values of `int` type, so either we convert them to std::size_t immediately via cast or just use int for the array.
- Loading branch information