octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #10226] interpreter: Use static instead of


From: John W. Eaton
Subject: [Octave-patch-tracker] [patch #10226] interpreter: Use static instead of dynamic casts
Date: Tue, 28 Feb 2023 18:17:12 -0500 (EST)

Update of patch #10226 (project octave):

                  Status:                    None => Done                   
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

I split the patch into two parts (one for the new configure option and another
for the new DYNORSTAT_CAST macro) and applied them:


http://hg.savannah.gnu.org/hgweb/octave/rev/f3a6f41314ed
http://hg.savannah.gnu.org/hgweb/octave/rev/3722c5b1a8c8

Then I made an additional change to rewrite expressions like


const octave_matrix& v = DYNORSTAT_CAST<const octave_matrix&> (a);


as


OCTAVE_CAST_BASE_VALUE (const octave_matrix&, v, a);


Closing as done but if someone has a better name for this new macro, let me
know.

  


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10226>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]