From 2335756719157006897
X-Google-Language: ENGLISH,ASCII
X-Google-Thread: f78e5,5c35b8f8fda351d3
X-Google-Attributes: gidf78e5,public
From: James.Kanze@dresdner-bank.com
Subject: Re: sizeof ( Result(T::*)(P1,P2,..))
Date: 1999/10/21
Message-ID: <7uhtpp$b2d$1@nnrp1.deja.com>#1/1
X-Deja-AN: 538733123
Approved: Fergus Henderson <fjh@cs.mu.oz.au>
References: <38094D7B.4A2859B5@yesic.com>
X-Original-Date: Tue, 19 Oct 1999 14:04:49 GMT
X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I)
X-Complaints-To: news@news.unimelb.edu.au
X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 193.194.7.84
X-Trace: ariel.ucs.unimelb.edu.au 940488876 24506 128.250.37.153 (21 Oct 1999 06:54:36 GMT)
Organization: Deja.com - Before you buy.
X-Article-Creation-Date: Tue Oct 19 14:04:49 1999 GMT
X-Auth: PGPMoose V1.1 PGP comp.std.c++ iQBFAgUAOA64puEDnX0m9pzZAQGmcgF/edTicrzg1rkLwwsUOxLQvRLDVbSawmdo DsnByScmlQ6fQLs5xE+Wm0aDXzk0x45v =Hie+
X-MyDeja-Info: XMYDJUIDkanze
NNTP-Posting-Date: 21 Oct 1999 06:54:36 GMT
Newsgroups: comp.std.c++

In article <38094D7B.4A2859B5@yesic.com>,
  Nickolay Mladenov <mladenovn@yesic.com> wrote:

> Does sizeof ( Result(T::*)(P1,P2,..) ) depend on the types T, Result,
> P1, ...?

Maybe.  The standard makes no requirements one way or another, so an
implementation is free to do what it wants.  In practice, however, I can
hardly imagine an implementation where different pointer to member
functions had different sizes.

--
James Kanze                    mailto:James.Kanze@dresdner-bank.com
Conseils en informatique orient�e objet/
                  Beratung in objekt orientierter Datenverarbeitung
Ziegelh�ttenweg 17a, 60598 Frankfurt, Germany Tel. +49(069)63198627


Sent via Deja.com http://www.deja.com/
Before you buy.
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]



