fix for msvc
This commit is contained in:
parent
273f8bd921
commit
bbd7fefa2c
|
@ -133,7 +133,7 @@ namespace detail
|
|||
|
||||
template<>
|
||||
inline boost::uint16_t max_addr<boost::uint16_t>()
|
||||
{ return std::numeric_limits<boost::uint16_t>::max(); }
|
||||
{ return (std::numeric_limits<boost::uint16_t>::max)(); }
|
||||
|
||||
// this is the generic implementation of
|
||||
// a filter for a specific address type.
|
||||
|
|
Loading…
Reference in New Issue