From 31e828b4bb244d2ae1dfbb0b0140ed940bfb9a30 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 28 Sep 2015 18:31:19 +0100 Subject: [PATCH] Minor change to template paramter value. --- binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary.h b/binary.h index 94f69ee5..81a21a67 100644 --- a/binary.h +++ b/binary.h @@ -80,7 +80,7 @@ namespace etl template <> struct max_value_for_nbits<0> { - typedef etl::smallest_uint_for_bits<1>::type value_type; + typedef etl::smallest_uint_for_bits<0>::type value_type; static const value_type value = 0; };