From b700c25f06043421d72dcef6208c52384b6e0978 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 24 May 2001 09:20:49 +0000 Subject: [PATCH] minor tweak for Cygnus (thanks to Ross Smith) [SVN r10212] --- include/boost/detail/limits.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {};