Minor change to template paramter value.

This commit is contained in:
John Wellbelove 2015-09-28 18:31:19 +01:00
parent 7bea827b94
commit 31e828b4bb

View File

@ -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;
};