mailer loop
Thomas M. Breuel
uunet!ai.mit.edu!tmb
Sat Dec 7 10:34:25 PST 1991
There seems to be a mailer loop somewhere. I have received 5 copies
of the message below, and several copies of some other messages.
Also, it would be nice if there were an address "nceg-request" for
consistency with other mailing lists.
Thanks, Thomas.
|From uunet!aussie!rexauunet.uu.net Sat Dec 7 12:17:45 1991
|Return-Path: <uunet!aussie!rexauunet.uu.net>
|Received: from uunet.uu.net (via LOCALHOST.UU.NET) by relay2.UU.NET with SMTP
|Received: from validgh.UUCP by uunet.uu.net with UUCP/RMAIL
| (queueing-rmail) id 121656.24537; Sat, 7 Dec 1991 12:16:56 EST
|Received: from uunet.UUCP by validgh.com (4.1/SMI-4.1)
|Received: from timbuk.cray.com by relay1.UU.NET with SMTP
|Received: from fig.cray.com by timbuk (4.1/CRI-MX 1.6o)
|Received: from sequoia.cray.com by fig.cray.com
|Received: from timbuk.cray.com by sequoia.cray.com
|Received: from relay2.UU.NET by timbuk.cray.com (4.1/CRI-MX 1.6o)
|Received: from uunet.uu.net (via LOCALHOST.UU.NET) by relay2.UU.NET with SMTP
|Received: from aussie.UUCP by uunet.uu.net with UUCP/RMAIL
| (queueing-rmail) id 194021.29897; Wed, 27 Nov 1991 19:40:21 EST
|Date: Wed, 27 Nov 91 19:11:21 EST
|From: uunet!aussie.COM!rexauunet.uu.net (Rex Jaeschke)
|Subject: Re: C++ digraph <>
|Message-Id: <9111271911.1.UUL1.3#5077aaussie.COM>
|To: ai.mit.edu!tmbaaussie.com
|Cc: ncegatimbuk.cray.com
|In-Reply-To: Your message of Wed, 27 Nov 91 16:13:35 EST
|Status: R
|
|> From: uunet!ai.mit.edu!tmb (Thomas M. Breuel)
|> To: aussie.COM!rex
|> Subject: Re: C++ digraph <>
|>
|.
|> |
|> |<> less or greater
|> |!<>= unordered
|> |<>= less, greater, or equal
|> |!<= unordered or greater
|> |!< unordered, greater, or equal
|> |!>= unordered or less
|> |!> unordered, less, or equal
|> |!<> unordered or equal
|.
|>
|> I think it is a bad idea to litter the namespace with these
|> rather specialized operators. What would be wrong with simply
|> providing functions:
|>
|> int less_or_greater(float a,float b);
|> int unordered(float a,float b);
|> int unordered_or_greater(float a,float b);
|> ...
|>
|> Thomas.
|
|It's the same issue as what's wrong with add_complex(c1, c2). C++ provides
|operator overloading so you can use the more intuitive c1 + c2. We have
|looked at function notation versions a lot and intrinsic functions in
|general.
|
|As I'm only the convenor (and therefore am not an expert!) I'll call on
|either David Hough or Jim Thomas to reply further to these. Guys, Help!
|
|Rex
|
|----------------------------------------------------------------------------
|Rex Jaeschke | Journal of C Language Translation | C Users Journal
|(703) 860-0091 | 2051 Swans Neck Way | DEC PROFESSIONAL
|rexaaussie.COM | Reston, Virginia 22091, USA | Programmers Journal
|----------------------------------------------------------------------------
|Convener of the Numerical C Extensions Group (NCEG)
|X3J11 member and US International Representative to ISO C (WG14)
|----------------------------------------------------------------------------
|
|
More information about the Numeric-interest
mailing list