comp.lang.ada
 help / color / mirror / Atom feed
From: Brian Rogoff <bpr@shell5.ba.best.com>
Subject: Return by reference
Date: 1999/11/01
Date: 1999-11-01T00:00:00+00:00	[thread overview]
Message-ID: <Pine.BSF.4.10.9911011705320.5772-100000@shell5.ba.best.com> (raw)

I understand why, for a return-by-reference type T, the function 

function Some_Func( ... ) return T is 
    Local_Var : T
begin
    ...
    return Local_Var;
end Some_Func;

causes Program_Error to be raised at run time, but I'm a bit 
perplexed as to why there is a problem for 

function Some_Func( Param : T; ... ) return T is
begin
    ...
    return Param;
end Some_Func;

Could someone explain why the latter case is problematic? 

-- Brian







             reply	other threads:[~1999-11-01  0:00 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-01  0:00 Brian Rogoff [this message]
1999-11-02  0:00 ` Return by reference Robert A Duff
1999-11-02  0:00   ` Brian Rogoff
1999-11-03  0:00     ` Lutz Donnerhacke
1999-11-03  0:00       ` Brian Rogoff
1999-11-04  0:00         ` Lutz Donnerhacke
1999-11-06  0:00           ` Brian Rogoff
1999-11-07  0:00             ` Lutz Donnerhacke
1999-11-04  0:00       ` Robert A Duff
1999-11-03  0:00     ` Matthew Heaney
1999-11-03  0:00       ` Matthew Heaney
1999-11-03  0:00       ` Brian Rogoff
1999-11-02  0:00 ` Lutz Donnerhacke
  -- strict thread matches above, loose matches on Subject: below --
2017-12-17 14:38 Jere
2017-12-17 14:57 ` Dmitry A. Kazakov
2017-12-18  0:51   ` Mehdi Saada
2017-12-18  8:18     ` Dmitry A. Kazakov
2017-12-18 10:47       ` Mehdi Saada
2017-12-18 12:16         ` Dmitry A. Kazakov
2017-12-18 22:41     ` Randy Brukardt
2017-12-18 22:33 ` Randy Brukardt
2017-12-19  1:29   ` Jere
replies disabled

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