diff --git a/tests/test_get_or.cpp b/tests/test_get_or.cpp index 0c12a07..7edf7d0 100644 --- a/tests/test_get_or.cpp +++ b/tests/test_get_or.cpp @@ -25,6 +25,11 @@ using test_value_types = std::tuple< namespace test { +// to compare result values in BOOST_TEST(). +// +// BOOST_TEST outputs the expected and actual values. Thus it includes the +// output stream operator inside. To compile it, we need operator< std::basic_ostream& operator<<(std::basic_ostream& os, const std::vector& v)