Re: pragma Inline in generic



"nicolas.b" <nicolas.blanpain@xxxxxxxxxxxxxxxxxx> writes:

> function Length (Toto : in T_Toto) return T_Real;
> pragma Inline (Length);

Try pragma Inline_Always ... not sure of the exact rules involved, but
it does have an effect!
.