[Qt-creator] STL code completion in Qt Creator-2.4.0 beta release
Christian Kamm
christian.d.kamm at nokia.com
Mon Nov 7 13:22:30 CET 2011
On Monday 07 November 2011 13:18:07 you wrote:
> According to the change log of Qt Creator-2.4.0 beta release, the
> completion for typedefs for templates in namespaces is fixed. But still
> completion for STL style containers such as std::map is not working.
> Will this be get fixed in the stable release of Qt Creator-2.4.0 ?
>
> Thank you in advance.
No, that won't be fixed in 2.4.0. Currently it looks like it will be fixed with
the clang change, see
http://labs.qt.nokia.com/2011/10/19/qt-creator-and-clang/
That fix in the change log was for QSharedPointer<T> not completing correctly
when T is in a namespace. The STL containers have a lot more indirections and
making them work would be more involved.
Regards,
Christian
More information about the Qt-creator
mailing list