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@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to