From 05da6dd102c988081c7d5eccb227f559f740ceef Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Tue, 4 Jul 2017 12:08:41 +0100 Subject: COMPMID-417: Remove val_to_string The function was a duplicate of the to_string function we have in support/ToolchainSupport.h Change-Id: If1eff674333248f7d189824ced717310afec19b0 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79634 Reviewed-by: Georgios Pinitas Tested-by: Kaizen --- tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/CL') diff --git a/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp b/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp index fabd9ad161..bc35de0f22 100644 --- a/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp +++ b/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp @@ -104,7 +104,7 @@ CLTensor compute_fixed_point_op(const TensorShape &shape, int fixed_point_positi BOOST_TEST(!dst.info()->is_resizable()); // Set build options - std::string build_opts = "-DFIXED_POINT_POS=" + val_to_string(fixed_point_position); + std::string build_opts = "-DFIXED_POINT_POS=" + support::cpp11::to_string(fixed_point_position); build_opts += " -DDATA_TYPE=qs8"; // Fill tensors. -- cgit v1.2.1