This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: implicit use of placement new but not of placement delete



Go ahead and put this on the mainline.  But, please just
unconditionalize the section of code, rather than using 

  if (1 || placement)

and replace the comment above that section with something to the
effect of "the standard is unclear, here, but the right thing to do is
to use the same method for finding deallocation functions that we use
for finding allocation functions."

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]