Re: how to use import sources for C++
Luis Sergio Oliveira <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Maarten,
indeed. Thanks for your report, it will be handled in
http://argouml-cpp.tigris.org/issues/show_bug.cgi?id=25.
Regards,
Luis
Maarten Troost wrote:
> I don't think this snippet below needs any preprocessing anymore, isn't
> it? Still it goes astray.
>
> typedef int myThing;
> class blabla {
> public:
> myThing name() const;
> };
>
>