[yoshimi] Re: Crash happening when I enter /usr/share/

  • From: Will Godfrey <willgodfrey@xxxxxxxxxxxxxxx>
  • To: yoshimi@xxxxxxxxxxxxx
  • Date: Sat, 10 Apr 2021 10:03:11 +0100

On Tue, 6 Apr 2021 12:23:21 -0400
Chris Ahlstrom <ahlstromcj@xxxxxxxxx> wrote:

std::vector might be better for your needs.  A list is not thread safe, and
random access of elements isn't possible in a list.  Both can be sorted.

Thanks for the suggestion, but I tried it (jumping though all sorts of hoops)
and get the same problem.

It seems I can create an array of class objects with no issues at all, but try
to do the same with either a list or vector of objects gives all sorts of
mismatch errors. 

-- 
Will J Godfrey
https://willgodfrey.bandcamp.com/
http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Yoshimi source code is available from either: 
https://sourceforge.net/projects/yoshimi
Or: https://github.com/Yoshimi/yoshimi
Our list archive is at: https://www.freelists.org/archive/yoshimi
To post, email to yoshimi@xxxxxxxxxxxxx

Other related posts: