23 Nov
2019
23 Nov
'19
2:45 p.m.
On Sat, Nov 23, 2019 at 6:22 AM Bjørn Roald via Boost
When adapted into your project, not much. But as far as getting there, a lot. In some projects, a lot more than you may believe, even for a unit test tool.
This doesn't answer the question. Here's an example of how the question might be answered for a popular Boost library, Boost.Asio: "C++ benefits from standardized networking, because having common vocabulary types and named requirements allows libraries written against standardized networking components to interoperate." The same cannot be said for unit test libraries, since those types don't appear in public interfaces. So again what is the benefit of standardization? Thanks