On Friday, 20 December 2019 07:05:15 PST Vitaly Fanaskov wrote:
> If
> container is passed across a library boundary, there is a question what
> version of new/delete should be used.

There's only one global operator new and delete. Anything else is a nightmare, 
fragile, prone to mistakes and only supported with MSVC. Usually by making a 
mistake in the first place. Not even Microsoft suggests doing that.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to