Jump to content

psxwadgen question


Gez

Recommended Posts

I was reading the changelog (found many amusing or interesting stuff in it) and saw this:

Upstreamed some important copy construction glitch fixes for Collection and PODCollection from my psxwadgen project, where I caused undefined behavior by trying to copy-construct them in the patch conversion code adopted from SLADE.

Just to be clear -- the undefined behavior came from SLADE's conversion code or purely on your code's side? I want to know if I have something to fix.

Share this post


Link to post
Gez said:

I was reading the changelog (found many amusing or interesting stuff in it) and saw this:

Just to be clear -- the undefined behavior came from SLADE's conversion code or purely on your code's side? I want to know if I have something to fix.

I replaced the uses there of vector<> with Eternity's PODCollection<> and Collection<> classes, which were not quite as robust as they needed to be. There's no issue in SLADE :)

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...