* use std::pair instead of 2D C array Mostly the same. Except there's now an association between both values. make_pair has to be used since there's no uniform initialization. Signed-off-by: Rosen Penev <rosenp@gmail.com>