fix for msvc

This commit is contained in:
Arvid Norberg 2007-06-06 23:27:29 +00:00
parent 273f8bd921
commit bbd7fefa2c
1 changed files with 1 additions and 1 deletions

View File

@ -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.