From c1294faa1d60274aa14567338fc2a449c70c1801 Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Fri, 17 Nov 2017 11:47:41 +0000 Subject: COMPMID-494: Fixing values to const Change-Id: I21a4191b032df17611e01d20d89cc21e8eaf68fc Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/109605 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com Reviewed-by: Anthony Barbier --- tests/validation/Helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/Helpers.h') diff --git a/tests/validation/Helpers.h b/tests/validation/Helpers.h index 6b1c4b9026..b5e156c5f7 100644 --- a/tests/validation/Helpers.h +++ b/tests/validation/Helpers.h @@ -186,7 +186,7 @@ void fill_lookuptable(T &&table) template std::pair get_batchnormalization_layer_test_bounds(int fixed_point_position = 1) { - bool is_float = std::is_floating_point::value; + const bool is_float = std::is_floating_point::value; std::pair bounds; // Set initial values -- cgit v1.2.1