delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <433891DC.1080601@cwilson.fastmail.fm> |
Date: | Mon, 26 Sep 2005 20:27:08 -0400 |
From: | Charles Wilson <cygwin AT cwilson DOT fastmail DOT fm> |
User-Agent: | Mozilla Thunderbird 1.0.6 (Windows/20050716) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Strange behaviour with g++ 3.4.4-1 |
References: | <Pine DOT OSF DOT 4 DOT 21 DOT 0509232252190 DOT 96-100000 AT ax0rm1 DOT roma1 DOT infn DOT it> <SERRANOvM9KfYDovvQ000000255 AT SERRANO DOT CAM DOT ARTIMI DOT COM> |
In-Reply-To: | <SERRANOvM9KfYDovvQ000000255@SERRANO.CAM.ARTIMI.COM> |
Dave Korn wrote: > You can fix it like this: > #include <iostream> > #include <windows.h> > +#undef max > +#undef min > #include <complex> > or like this: #include <iostream> +#define NOMINMAX #include <windows.h> #include <complex> -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |