1
Bugs and Issues / Reverse engineering from C++ with templates...
« on: July 17, 2010, 11:02:44 pm »
Is it normall, that definitions not editable, for example such code:
on diagram it is displayed only as "AppInfos std::map", and "std::map" is not editable.
also for example
Code: [Select]
class AppInfos : public std::map<unsigned, VersionInfo> {
public:
wxString Name;
AppsInfosBase::EditionsNames theEditionNames;
};
on diagram it is displayed only as "AppInfos std::map", and "std::map" is not editable.
also for example
Code: [Select]
typedef std::vector<wxString> EditionsNames;generates class on diagram, with definition of template is not editable. :-/