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

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

[Octave-bug-tracker] [bug #64975] Octave for Windows extremely slow


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #64975] Octave for Windows extremely slow
Date: Mon, 11 Dec 2023 07:47:08 -0500 (EST)

Follow-up Comment #27, bug#64975 (group octave):

@Markus: Yes, changing unique_ptr to shared_ptr also fixes the warnings:


diff -r 19f51c7fa341 liboctave/util/glob-match.h
--- a/liboctave/util/glob-match.h       Sun Dec 10 18:01:29 2023 +0100
+++ b/liboctave/util/glob-match.h       Mon Dec 11 07:45:28 2023 -0500
@@ -125,7 +125,7 @@ private:
 
   std::string m_pat;
 
-  std::unique_ptr<glob_match> m_glob;
+  std::shared_ptr<glob_match> m_glob;
 };
 
 #endif


Make check passes as before.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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