...世界上最受推崇、设计最精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计最精良的 C++ 库项目之一。
BOOST_PARSER_USE_HANA_TUPLE
// In header: <boost/parser/config.hpp> BOOST_PARSER_USE_HANA_TUPLE
定义此宏以在整个 Boost.Parser 中使用 boost::hana::tuple 而不是 std::tuple。
boost::hana::tuple
std::tuple