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

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

[Octave-bug-tracker] [bug #54334] GUI Network Preferences don't appear t


From: Rik
Subject: [Octave-bug-tracker] [bug #54334] GUI Network Preferences don't appear to do anything
Date: Tue, 9 Jun 2020 16:48:17 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #14, bug #54334 (project octave):

One last small modification here:
https://hg.savannah.gnu.org/hgweb/octave/rev/02a5da73a157.

I changed the list of environment variable strings from std::vector (which can
change at runtime) to std::array (which has fixed size at compile time). 
Since the list is fixed, we might as well use the smallest, lightest weight
container that is available in C++ which still does the job.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54334>

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




reply via email to

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