Hello,

https://bugreports.qt.io/browse/QTBUG-29754

states that the problem was fixed and QScopedPointer supports it now.

But it does not.

std::move does not compile.
error: C2248: 'QScopedPointer<WebPagesIterator,QScopedPointerDeleter<T>>::QScopedPointer': cannot access private member declared in class 'QScopedPointer<WebPagesIterator,QScopedPointerDeleter<T>>'
with
[
T=WebPagesIterator
]

Visual C++ 2015.
Both c+11 and c+14 enabled in pro files.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to