comp.lang.ada
 help / color / mirror / Atom feed
From: "kat-Zygfryd" <6667@wp.pl>
Subject: Generics and null procedures
Date: Sun, 13 Apr 2003 20:40:47 +0200
Date: 2003-04-13T18:41:14+00:00	[thread overview]
Message-ID: <b7cb0a$8hd$1@news.onet.pl> (raw)

generic
(...)
with procedure Proc;
package Pack is....
---
procedure NullProc is
begin null; end NullProc;
---
package NewPack is new Pack(NullProc);
---

My question is: is the compiler smart enough
to ignore all calls to NullProc in Pack, or is
it going to call this obsolete procedure?

Zygfryd





             reply	other threads:[~2003-04-13 18:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-13 18:40 kat-Zygfryd [this message]
2003-04-13 19:56 ` Generics and null procedures Larry Kilgallen
2003-04-13 21:06   ` kat-Zygfryd
2003-04-14 15:45     ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox