[Development] Qt 5.5.0 header diff: QtGui.diff

Thiago Macieira thiago.macieira at intel.com
Sat Jun 6 13:26:48 CEST 2015


On Saturday 06 June 2015 11:03:43 Allan Sandfeld Jensen wrote:
> On the topic of qpen.h, I am a little concerned about the addition of 
> Q_DECL_NOTHROW to the two non-inlined methods QPen(const QPen &pen) and
> QPen &operator=(const QPen &pen). Q_DECL_NOEXCEPT should be fine I think,
> but  throw() is represented in the C++ mangled name with MSVC.

The mangling scheme supports throw(), but I don't think that MSVC adds it to 
the functions.

Unless you've actually seen it used in the wild.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list