Commit 87eeeac4 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Rename template non-type parameter

parent f01e608c
...@@ -72,8 +72,8 @@ struct get_carrier<4> ...@@ -72,8 +72,8 @@ struct get_carrier<4>
using type = uint32_t; using type = uint32_t;
}; };
template <unsigned Size> template <unsigned SizeInBytes>
using get_carrier_t = typename get_carrier<Size>::type; using get_carrier_t = typename get_carrier<SizeInBytes>::type;
} // namespace detail } // namespace detail
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment