...世界上备受推崇且设计精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上备受推崇且设计精湛的 C++ 库项目之一。
定义单元测试日志格式化接口。
您可以定义一个实现了此接口的类,并将其实例用作单元测试框架的日志格式化器。
namespace boost { namespace unit_test { struct log_checkpoint_data; struct log_entry_data; class unit_test_log_formatter; } }