Can anyone tell me what the function of BOOST_TEST_PASSPOINT is? The official documentation links to the wrong page, and has for the past four years.

有帮助吗?

解决方案

Yikes! It's bizarre that the documentation would be so difficult to fix.

The macro BOOST_TEST_PASSPOINT() is a parameter-less equivalent to BOOST_TEST_CHECKPOINT().

If a test error happens, the line of the last checkpoint will printed.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top