/* MSVC 2013 complains about deleted Array copy constructor if {} is used */
CORRADE_ASSERT(!(features()&Feature::MultiFile),
"Text::AbstractFontConverter::exportFontToData(): feature advertised but not implemented",{});
"Text::AbstractFontConverter::exportFontToData(): feature advertised but not implemented",(std::vector<std::pair<std::string,Containers::Array<unsignedchar>>>{}));
"Text::AbstractFontConverter::exportGlyphCacheToData(): feature not supported",{});
"Text::AbstractFontConverter::exportGlyphCacheToData(): feature not supported",(std::vector<std::pair<std::string,Containers::Array<unsignedchar>>>{}));
/* MSVC 2013 complains about deleted Array copy constructor if {} is used */
CORRADE_ASSERT(!(features()&Feature::MultiFile),
"Text::AbstractFontConverter::exportGlyphCacheToData(): feature advertised but not implemented",{});
"Text::AbstractFontConverter::exportGlyphCacheToData(): feature advertised but not implemented",(std::vector<std::pair<std::string,Containers::Array<unsignedchar>>>{}));