> > > > > lib/global/qglobal.h:77: /usr/bin/../lib/c++/v1/algorithm:4461:28: > error: > > > no matching function for call > > > > > > to 'move' > > > > > > value_type __t(_VSTD::move(*__pp)); > > > > any idea on this error? > > Look at the include sequence: it's <algorithm>, included from <qglobal.h> > > The error is in libstdc++. Nothing we can do.
move works well, why do we have this error? is it related to the param type?
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
