コード例 #1
0
ファイル: string_conv.hpp プロジェクト: OV2/Halite
inline const std::wstring to_wstr_shim<boost::wformat>(boost::wformat& f)
{
	return f.str();
}
コード例 #2
0
ファイル: output.cpp プロジェクト: rootslinux/mkvtoolnix
void
mxinfo(const boost::wformat &info) {
  mxinfo(to_utf8(info.str()));
}
コード例 #3
0
ファイル: output.cpp プロジェクト: Trottel/mkvtoolnix
void
mxinfo(const boost::wformat &info) {
  mxmsg(MXMSG_INFO, to_utf8(info.str()));
}