1//[example_output 2> ./boost_test_container_lex --log_level=all 3Running 2 test cases... 4Entering test module "boost_test_container_lex" 5test.cpp:15: Entering test case "test_collections_vectors_lex" 6test.cpp:19: error: in "test_collections_vectors_lex": check a < a has failed 7Collections appear to be equal. 8test.cpp:20: error: in "test_collections_vectors_lex": check a < b has failed 9Failure at position 2: 3 >= 2. 10test.cpp:21: info: check a < c has passed 11test.cpp:22: error: in "test_collections_vectors_lex": check a >= c has failed 12Second collection has extra trailing elements. 13test.cpp:15: Leaving test case "test_collections_vectors_lex"; testing time: 178us 14test.cpp:28: Entering test case "test_compare_c_arrays_lexicographic" 15test.cpp:35: info: check a < b has passed 16test.cpp:36: error: in "test_compare_c_arrays_lexicographic": check b < c has failed 17Collections appear to be equal. 18test.cpp:37: error: in "test_compare_c_arrays_lexicographic": check c < a has failed 19Failure at position 1: 5 >= 2. 20test.cpp:28: Leaving test case "test_compare_c_arrays_lexicographic"; testing time: 88us 21Leaving test module "boost_test_container_lex"; testing time: 323us 22 23*** 5 failures are detected in the test module "boost_test_container_lex" 24//] 25