On 21.11.2011 00:02, Lars Gullik Bjønnes wrote:
This is boost warning if I am not mistaken.
I guess the boost people can trivially change this to std::unique_ptr.
Systemcall.cpp: In constructor
‘lyx::support::SystemcallPrivate::SystemcallPrivate(const string&, const
string&)’:
This seems to be our own problem.
Unless it is something we inherit from Qt.
Ahh nice... it is Qt. And the wonderfull non-c++ parts of Qt.
The SIGNAL/SLOT macro. In Qt5 there will be a template based connect without
any macros (but mocing will remain).
Oh well... I'll wait half a year before repeating that test. Hopefully a
new version of Qt will have been released by then.