...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::proto::context::null_context::eval
// In header: <boost/proto/context/null.hpp> template<typename Expr, typename ThisContext = null_context const> struct eval : proto::context::null_eval< Expr, ThisContext > { };