boostorg / core

Boost Core Utilities
132 stars 86 forks source link

Added BOOST_TEST_WITH macro to verify test results with custom predicate #77

Closed breese closed 4 years ago

breese commented 4 years ago

Suggestion for #38.

Added BOOST_TEST_WITH macro. Moved operation name of built-in predicates to a traits class.

pdimov commented 4 years ago

Thanks, I was thinking along the same lines. This will fail under C++03 but that's fixable and I can take care of it.

breese commented 4 years ago

Please do