...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
位比较操作符实现。
namespace boost { namespace test_tools { struct bitwise; unit_test::lazy_ostream & operator<<(unit_test::lazy_ostream & o, bitwise); std::ostream & operator<<(std::ostream & o, bitwise); } }