...世界上最受推崇、设计最精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计最精良的 C++ 库项目之一。
boost::parser::eol
// In header: <boost/parser/parser.hpp> parser_interface< ws_parser< true, false > > eol;
行尾解析器。此解析器匹配 "\r\n",或 Unicode 行中断算法中的任何一个中断代码点,详情请参阅 https://unicode.org/reports/tr14。不产生任何属性。