test icon indicating copy to clipboard operation
test copied to clipboard

Remove ::boost::test_tools::tt_detail::dummy_cond

Open jspam opened this issue 3 years ago • 0 comments

Replace loops using it by simple do { ... } while (0) loops. This allows static analysis tools like clang-tidy to better understand the code and avoid false positives.

Fixes #343.

jspam avatar Jul 08 '22 10:07 jspam