[Qt-creator] Error/Warning underlining issue
Roberto Raggi
roberto.raggi at trolltech.com
Mon Jul 6 10:02:06 CEST 2009
Hi Frank,
Yeah, we are working on many new features for the next main release of
Creator so the code in the master's branch can get quite unstable :)
Please continue to report bugs and regressions we will try to fix them
ASAP.
Thanks for the report
ciao robe
On Jul 3, 2009, at 10:33 PM, Frank Neuhaus wrote:
> Hi,
>
> I have this code:
>
> template<typename T, unsigned int N>
> class X
> {
> void doSomething(X<T,N> v)
> {
> std::cout << "hello world" << std::endl;
> }
> };
>
> Qt Creator incorrectly underlines the line "void doSomething(X<T,N>
> v)" saying "'N' is not a type name". It compiles fine though.
> I am using the latest version from git.
>
> Thanks
> Frank
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
More information about the Qt-creator-old
mailing list