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

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

[Octave-bug-tracker] [bug #52840] GUI hangs on use of uiputfile


From: Rik
Subject: [Octave-bug-tracker] [bug #52840] GUI hangs on use of uiputfile
Date: Thu, 11 Jun 2020 11:49:33 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #30, bug #52840 (project octave):

The compilation error should be fixed my Markus's change.  For performance I
switched from std::vector to std::array, and the code built fine on Linux so I
checked it in.  Apparently the Apple compiler is stricter about not pulling in
#include files through other #includes so Markus had to manually add


#include <array>




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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