diff --git a/include/boost/detail/limits.hpp b/include/boost/detail/limits.hpp index 54428ce9..58834ae5 100644 --- a/include/boost/detail/limits.hpp +++ b/include/boost/detail/limits.hpp @@ -268,12 +268,13 @@ class numeric_limits : public _Integer_limits {}; -#ifndef _WIN32 +#if !defined(_WIN32) && !defined(__CYGWIN__) template<> class numeric_limits : public _Integer_limits {}; #else +template<> class numeric_limits : public _Integer_limits {};