Improving support for anonymous struct-types
Esben Mose Hansen
kde at mosehansen.dk
Wed Apr 14 20:14:34 UTC 2010
On Wednesday 14 April 2010 12:05:40 Milian Wolff wrote:
> <anonymous struct> myVar
>
> or
>
> bla::<anonymous struct> myVar
those would be awesome.
If we want better support for C++, getting stuff like:
template<typename T> class Example {
int foo();
};
int Example<T>::foo() {
return 2;
}
working without a lot of lines would be nice. I suppose dependent types would
be too hard.
--
Kind regards, Esben
More information about the KDevelop-devel
mailing list