forked from organicmaps/organicmaps
[boost][cpp11] Compilation fix
This commit is contained in:
parent
216e231fc9
commit
f5be85be06
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ template <typename SrcChannelV, typename DstChannelV, bool SrcLessThanDst, bool
|
|||
|
||||
|
||||
template <typename UnsignedIntegralChannel>
|
||||
struct unsigned_integral_max_value : public mpl::integral_c<UnsignedIntegralChannel,-1> {};
|
||||
struct unsigned_integral_max_value : public mpl::integral_c<UnsignedIntegralChannel,UnsignedIntegralChannel(-1)> {};
|
||||
|
||||
template <>
|
||||
struct unsigned_integral_max_value<uint8_t> : public mpl::integral_c<uint32_t,0xFF> {};
|
||||
|
|
Loading…
Add table
Reference in a new issue