Date: Tue, 16 May 2000 14:34:41 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Ambuhl cc: djgpp AT delorie DOT com Subject: Re: C++, complex, etc In-Reply-To: <392043B8.D36FF32F@earthlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 15 May 2000, Martin Ambuhl wrote: > > Can someone who knows please tell whether double_complex etc. types are > > standard C++? > > They are not. The standard library does provide specializations for > complex, complex, and complex, but these do not > include any aliasing typedefs. So what is the standard C++ complex type? How do I declare a complex variable in a way that any standard-complying C++ compiler should support?