|
Re: [CEDET-devel] completion for STL containers
From: David Engster <deng@ra...> - 2009-08-06 13:25
|
John Smith <imp1366@...> writes:
> for source:
> #include <list>
> int main()
> {
> std::list< int > lst;
> lst.[]
> return 0;
> }
>
> semantic-ia-complete-symbol-menu does not show std::list methods..
Hi John,
I'm afraid I can't reproduce this with CEDET from CVS. If you're using
CEDET 1.0pre6, please consider switching to the CVS version, since there
have been several additions there, also regarding the parsing of stdc++.
Regards,
David
|
| Thread | Author | Date | |
|---|---|---|---|
| [CEDET-devel] completion for STL containers | John Smith <imp1366@ma...> |
|