“……世界上最受尊敬和设计最精良的 C++ 库项目之一。” —— Herb Sutter 和 Andrei Alexandrescu, C++ 编码标准
BOOST_PARSER_SUBRANGE
// In header: <boost/parser/config.hpp> BOOST_PARSER_SUBRANGE
Boost.Parser 中使用的子范围模板。在 C++17 构建中,这将是 boost::parser::subrange,在所有其他构建中,这将是 std::ranges::subrange。
boost::parser::subrange
std::ranges::subrange