comp.lang.ada
 help / color / mirror / Atom feed
From: briot.emmanuel@gmail.com
Subject: Re: Understanding generic package functions
Date: Tue, 3 Nov 2015 01:15:39 -0800 (PST)
Date: 2015-11-03T01:15:39-08:00	[thread overview]
Message-ID: <794ea9f1-a067-4b9d-bbb6-15c454cec6b7@googlegroups.com> (raw)
In-Reply-To: <6a1eb518-801f-4a1d-af55-e122c2570b12@googlegroups.com>


One you have instantiated the Math package, as suggested by Jeffrey, you need to add a "use" clause for it:

    use Math;

At this point, "**" becomes visible. Your use clause on Ada.Numerics does not play that role.

  reply	other threads:[~2015-11-03  9:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-03  0:45 Understanding generic package functions Nick Gordon
2015-11-03  3:36 ` Jeffrey R. Carter
2015-11-03  6:59 ` Randy Brukardt
2015-11-03  7:59   ` Nick Gordon
2015-11-03  9:15     ` briot.emmanuel [this message]
2015-11-03 17:27     ` Jeffrey R. Carter
2015-11-03  9:40 ` 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