aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceTest.cpp')
-rw-r--r--tests/InferenceTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InferenceTest.cpp b/tests/InferenceTest.cpp
index 55616798e2..161481f2cd 100644
--- a/tests/InferenceTest.cpp
+++ b/tests/InferenceTest.cpp
@@ -154,7 +154,7 @@ bool InferenceTest(const InferenceTestOptions& params,
}
const unsigned int nbTotalToProcess = params.m_IterationCount > 0 ? params.m_IterationCount
- : boost::numeric_cast<unsigned int>(defaultTestCaseIds.size());
+ : static_cast<unsigned int>(defaultTestCaseIds.size());
for (; nbProcessed < nbTotalToProcess; nbProcessed++)
{