diff options
Diffstat (limited to 'compat/math.hpp')
| -rw-r--r-- | compat/math.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compat/math.hpp b/compat/math.hpp index 656e10a8..fa4ff4a6 100644 --- a/compat/math.hpp +++ b/compat/math.hpp @@ -50,7 +50,7 @@ template<typename t, typename u, typename v>  inline auto clamp(const t& val, const u& min, const v& max)  {      using w = cv_qualified<decltype(val + min + max)>; -    return ::util_detail::clamp<w>::clamp_(val, min, max); +    return util_detail::clamp<w>::clamp_(val, min, max);  }  template<typename t> | 
