mirror of
https://github.com/taglib/taglib.git
synced 2026-05-25 13:08:55 -04:00
* 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>