...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 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。不产生任何属性。