イテレータ使う
for (array::iterator it = glossary.begin(); it != glossary.end(); it++) { //title_list object& tmp = it->get<object>();
イテレータ使う
for (array::iterator it = glossary.begin(); it != glossary.end(); it++) { //title_list object& tmp = it->get<object>();