From 8eb256065f0e75ecf8e427d56955e2bac117c2d7 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Mon, 9 Mar 2020 12:13:48 +0000 Subject: IVGCVSW-4482 Remove boost::ignore_unused !referencetests:229377 Signed-off-by: Jan Eilers Change-Id: Ia9b360b4a057fe7bbce5b268092627c09a0dba82 --- tests/InferenceTest.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/InferenceTest.inl') diff --git a/tests/InferenceTest.inl b/tests/InferenceTest.inl index c05e70d9f7..5b9b45a4a2 100644 --- a/tests/InferenceTest.inl +++ b/tests/InferenceTest.inl @@ -79,7 +79,7 @@ struct ClassifierResultProcessor : public boost::static_visitor<> void operator()(const std::vector& values) { - boost::ignore_unused(values); + IgnoreUnused(values); BOOST_ASSERT_MSG(false, "Non-float predictions output not supported."); } -- cgit v1.2.1