c++ 20 还要继续添加更奇怪的
auto v = utf::istreambuf(in_file)
| utf::view::consume_bom
| utf::view::utf16
| utf::view::add_bom
| utf::view::endian_convert<boost::endian::order::big>
| utf::view::bytes;
range::copy(v, utf::ostreambuf_iterator<char>{out_file});
【 在 milksea 的大作中提到: 】
: 你不觉得 c++ 的 cout << 1 << 2 << 3 << endl; 语法现象更神奇吗?我要告诉你它们是一样的。
--
FROM 222.129.50.*