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

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

[Octave-bug-tracker] [bug #50272] Wrong coordinates are displayed when a


From: Rik
Subject: [Octave-bug-tracker] [bug #50272] Wrong coordinates are displayed when an annotation is inserted
Date: Fri, 10 Feb 2017 17:48:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #2, bug #50272 (project octave):

Why not use


std::vector<std::string>


rather than


std::list<std::string>


The "list" of objects is always just three strings traversed in order 1,2,3; 
It doesn't seem necessary to have the full std::list overhead for such a
simple object.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50272>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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