[Development] QHash for Qt 6
Thiago Macieira
thiago.macieira at intel.com
Fri Dec 20 21:25:14 CET 2019
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
More information about the Development
mailing list