11/02/25 20:22:58.92
boost::wregex r(L"(.)");
boost::wsmatch m;
wstring s = L"ほげ";
boost::regex_search(s, m, r);
これで、
sub_match.hpp(429)
: error C2679: 二項演算子 '<<' : 型 'std::basic_string<_Elem,_Traits,_Ax>' の
右オペランドを扱う演算子が見つかりません (または変換できません)。
とかいうエラーがでるんですがなんなんでしょう?