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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
